Home
last modified time | relevance | path

Searched refs:IgnoreExprNodesImpl (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp2956 static Expr *IgnoreExprNodesImpl(Expr *E) { return E; } in IgnoreExprNodesImpl() function
2958 static Expr *IgnoreExprNodesImpl(Expr *E, FnTy &&Fn, FnTys &&... Fns) { in IgnoreExprNodesImpl() function
2959 return IgnoreExprNodesImpl(Fn(E), std::forward<FnTys>(Fns)...); in IgnoreExprNodesImpl()
2970 E = IgnoreExprNodesImpl(E, std::forward<FnTys>(Fns)...); in IgnoreExprNodes()