Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DIgnoreExpr.h33 template <typename... FnTys> Expr *IgnoreExprNodes(Expr *E, FnTys &&... Fns) { in IgnoreExprNodes() function
43 const Expr *IgnoreExprNodes(const Expr *E, FnTys &&...Fns) { in IgnoreExprNodes() function
44 return IgnoreExprNodes(const_cast<Expr *>(E), std::forward<FnTys>(Fns)...); in IgnoreExprNodes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2837 return IgnoreExprNodes(this, IgnoreImplicitCastsSingleStep); in IgnoreImpCasts()
2841 return IgnoreExprNodes(this, IgnoreCastsSingleStep); in IgnoreCasts()
2845 return IgnoreExprNodes(this, IgnoreImplicitSingleStep); in IgnoreImplicit()
2849 return IgnoreExprNodes(this, IgnoreImplicitAsWrittenSingleStep); in IgnoreImplicitAsWritten()
2853 return IgnoreExprNodes(this, IgnoreParensSingleStep); in IgnoreParens()
2857 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenImpCasts()
2862 return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep); in IgnoreParenCasts()
2874 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenLValueCasts()
2879 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenBaseCasts()
2905 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenNoopCasts()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp80 return IgnoreExprNodes(E, IgnoreImplicitSingleStep, in IgnoreImplicit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp609 return IgnoreExprNodes(E, IgnoreImplicitAsWrittenSingleStep, in checkAndRewriteMustTailAttr()
625 return IgnoreExprNodes(const_cast<Expr *>(E), IgnoreParensSingleStep, in checkMustTailAttr()