Searched refs:IgnoreExprNodes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | IgnoreExpr.h | 33 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 2909 return IgnoreExprNodes(this, IgnoreImplicitCastsSingleStep); in IgnoreImpCasts() 2913 return IgnoreExprNodes(this, IgnoreCastsSingleStep); in IgnoreCasts() 2917 return IgnoreExprNodes(this, IgnoreImplicitSingleStep); in IgnoreImplicit() 2921 return IgnoreExprNodes(this, IgnoreImplicitAsWrittenSingleStep); in IgnoreImplicitAsWritten() 2925 return IgnoreExprNodes(this, IgnoreParensSingleStep); in IgnoreParens() 2929 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenImpCasts() 2934 return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep); in IgnoreParenCasts() 2946 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenLValueCasts() 2951 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenBaseCasts() 2977 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenNoopCasts() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 80 return IgnoreExprNodes(E, IgnoreImplicitSingleStep, in IgnoreImplicit()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 609 return IgnoreExprNodes(E, IgnoreImplicitAsWrittenSingleStep, in checkAndRewriteMustTailAttr() 625 return IgnoreExprNodes(const_cast<Expr *>(E), IgnoreParensSingleStep, in checkMustTailAttr()
|