Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DIgnoreExpr.h34 template <typename... FnTys> Expr *IgnoreExprNodes(Expr *E, FnTys &&... Fns) { in IgnoreExprNodes() function
44 const Expr *IgnoreExprNodes(const Expr *E, FnTys &&...Fns) { in IgnoreExprNodes() function
45 return IgnoreExprNodes(const_cast<Expr *>(E), std::forward<FnTys>(Fns)...); in IgnoreExprNodes()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1960 SubExpr = IgnoreExprNodes(E->getSubExpr(), ignoreImplicitSemaNodes); in getSubExprAsWritten()
3015 return IgnoreExprNodes(this, IgnoreImplicitCastsSingleStep); in IgnoreImpCasts()
3019 return IgnoreExprNodes(this, IgnoreCastsSingleStep); in IgnoreCasts()
3023 return IgnoreExprNodes(this, IgnoreImplicitSingleStep); in IgnoreImplicit()
3027 return IgnoreExprNodes(this, IgnoreImplicitAsWrittenSingleStep); in IgnoreImplicitAsWritten()
3031 return IgnoreExprNodes(this, IgnoreParensSingleStep); in IgnoreParens()
3035 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenImpCasts()
3052 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenLValueCasts()
3057 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenBaseCasts()
3083 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenNoopCasts()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp81 return IgnoreExprNodes(E, IgnoreImplicitSingleStep, in IgnoreImplicit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp627 return IgnoreExprNodes(E, IgnoreImplicitAsWrittenSingleStep, in checkAndRewriteMustTailAttr()
643 return IgnoreExprNodes(const_cast<Expr *>(E), IgnoreParensSingleStep, in checkMustTailAttr()