Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DIgnoreExpr.h74 inline Expr *IgnoreCastsSingleStep(Expr *E) { in IgnoreCastsSingleStep() function
97 return IgnoreCastsSingleStep(E); in IgnoreLValueCastsSingleStep()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2841 return IgnoreExprNodes(this, IgnoreCastsSingleStep); in IgnoreCasts()
2862 return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep); in IgnoreParenCasts()