reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Expr.cpp
 2951   return IgnoreExprNodes(this, IgnoreImpCastsSingleStep);
 2955   return IgnoreExprNodes(this, IgnoreCastsSingleStep);
 2959   return IgnoreExprNodes(this, IgnoreImplicitSingleStep);
 2963   return IgnoreExprNodes(this, IgnoreParensSingleStep);
 2967   return IgnoreExprNodes(this, IgnoreParensSingleStep,
 2972   return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep);
 2984   return IgnoreExprNodes(this, IgnoreParensSingleStep,
 2989   return IgnoreExprNodes(this, IgnoreParensSingleStep,
 2994   return IgnoreExprNodes(this, IgnoreParensSingleStep, [&Ctx](Expr *E) {