Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp1891 SubExpr = IgnoreExprNodes(E->getSubExpr(), ignoreImplicitSemaNodes); in getSubExprAsWritten()
2934 return IgnoreExprNodes(this, IgnoreImplicitCastsSingleStep); in IgnoreImpCasts()
2938 return IgnoreExprNodes(this, IgnoreCastsSingleStep); in IgnoreCasts()
2942 return IgnoreExprNodes(this, IgnoreImplicitSingleStep); in IgnoreImplicit()
2946 return IgnoreExprNodes(this, IgnoreImplicitAsWrittenSingleStep); in IgnoreImplicitAsWritten()
2950 return IgnoreExprNodes(this, IgnoreParensSingleStep); in IgnoreParens()
2954 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenImpCasts()
2971 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenLValueCasts()
2976 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenBaseCasts()
3002 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenNoopCasts()
[all …]
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp81 return IgnoreExprNodes(E, IgnoreImplicitSingleStep, in IgnoreImplicit()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp626 return IgnoreExprNodes(E, IgnoreImplicitAsWrittenSingleStep, in checkAndRewriteMustTailAttr()
642 return IgnoreExprNodes(const_cast<Expr *>(E), IgnoreParensSingleStep, in checkMustTailAttr()