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

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  244   REGISTER_MATCHER(hasAnySubstatement);
tools/clang/tools/extra/clang-tidy/readability/RedundantControlFlowCheck.cpp
   37           has(compoundStmt(hasAnySubstatement(returnStmt(unless(has(expr())))))
   41       has(compoundStmt(hasAnySubstatement(continueStmt())).bind("continue"));
tools/clang/tools/extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
  471                                              hasAnySubstatement(SimpleThen)));
  476                                              hasAnySubstatement(SimpleElse)));
  491           hasAnySubstatement(
  493           hasAnySubstatement(returnStmt(has(ignoringParenImpCasts(
tools/clang/unittests/AST/ASTImporterTest.cpp
  632                     hasAnySubstatement(declStmt(hasSingleDecl(
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
 1400                       compoundStmt(hasAnySubstatement(forStmt()))));
 1406                          compoundStmt(hasAnySubstatement(forStmt()))));
 1411                       compoundStmt(hasAnySubstatement(forStmt()))));
 1416                       compoundStmt(hasAnySubstatement(forStmt()))));
 2027                  has(compoundStmt(hasAnySubstatement(ifStmt())))),
tools/clang/unittests/Tooling/SourceCodeBuildersTest.cpp
   36                  hasDescendant(compoundStmt(hasAnySubstatement(Matcher))));
tools/clang/unittests/Tooling/StencilTest.cpp
   40                  hasDescendant(compoundStmt(hasAnySubstatement(Matcher))));