Home
last modified time | relevance | path

Searched refs:IgnoreCastsSingleStep (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DIgnoreExpr.h75 inline Expr *IgnoreCastsSingleStep(Expr *E) { in IgnoreCastsSingleStep() function
98 return IgnoreCastsSingleStep(E); in IgnoreLValueCastsSingleStep()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3055 return IgnoreExprNodes(this, IgnoreCastsSingleStep); in IgnoreCasts()
3076 return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep); in IgnoreParenCasts()