13#ifndef LLVM_CLANG_AST_IGNOREEXPR_H
14#define LLVM_CLANG_AST_IGNOREEXPR_H
24template <
typename FnTy,
typename... FnTys>
27 std::forward<FnTys>(Fns)...);
35 Expr *LastE =
nullptr;
43template <
typename... FnTys>
49 if (
auto *ICE = dyn_cast<ImplicitCastExpr>(