Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp1978 SubExpr = IgnoreExprNodes(E->getSubExpr(), ignoreImplicitSemaNodes); in getSubExprAsWritten()
1983 SubExpr = IgnoreExprNodes(cast<CXXConstructExpr>(SubExpr)->getArg(0), in getSubExprAsWritten()
2000 SubExpr = IgnoreExprNodes(E->getSubExpr(), ignoreImplicitSemaNodes); in getConversionFunction()
3021 return IgnoreExprNodes(this, IgnoreImplicitCastsSingleStep); in IgnoreImpCasts()
3025 return IgnoreExprNodes(this, IgnoreCastsSingleStep); in IgnoreCasts()
3029 return IgnoreExprNodes(this, IgnoreImplicitSingleStep); in IgnoreImplicit()
3033 return IgnoreExprNodes(this, IgnoreImplicitAsWrittenSingleStep); in IgnoreImplicitAsWritten()
3037 return IgnoreExprNodes(this, IgnoreParensSingleStep); in IgnoreParens()
3041 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenImpCasts()
3046 return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep); in IgnoreParenCasts()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp81 return IgnoreExprNodes(E, IgnoreImplicitSingleStep, in IgnoreImplicit()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp626 return IgnoreExprNodes(E, IgnoreImplicitAsWrittenSingleStep, in checkAndRewriteMustTailAttr()
642 return IgnoreExprNodes(const_cast<Expr *>(E), IgnoreParensSingleStep, in checkMustTailAttr()