Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DIgnoreExpr.h150 inline Expr *IgnoreParensSingleStep(Expr *E) { in IgnoreParensSingleStep() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3031 return IgnoreExprNodes(this, IgnoreParensSingleStep); in IgnoreParens()
3035 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenImpCasts()
3040 return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep); in IgnoreParenCasts()
3052 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenLValueCasts()
3057 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenBaseCasts()
3083 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenNoopCasts()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp178 E = IgnoreParensSingleStep(E); in updateStringLiteralType()
189 E = IgnoreParensSingleStep(E); in updateGNUCompoundLiteralRValue()
H A DSemaStmt.cpp643 return IgnoreExprNodes(const_cast<Expr *>(E), IgnoreParensSingleStep, in checkMustTailAttr()