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
   81     if (isDescendantOrEqual(After, Successor, Context))
   87   for (const Stmt *Parent : getParentStmts(Before, Context)) {
  101   for (const Stmt *Parent : getParentStmts(S, Context)) {
  104     if (!isDescendantOrEqual(Parent, Root, Context))