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

References

tools/clang/tools/extra/clang-tidy/utils/ExprSequence.cpp
   56   for (const Stmt *Parent : getParentStmts(Descendant, Context)) {
   87   for (const Stmt *Parent : getParentStmts(Before, Context)) {
  101   for (const Stmt *Parent : getParentStmts(S, Context)) {
  198     SmallVector<const Stmt *, 1> Parents = getParentStmts(S, Context);