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

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  310   REGISTER_MATCHER(hasStructuredBlock);
tools/clang/tools/extra/clang-tidy/openmp/ExceptionEscapeCheck.cpp
   56                          hasStructuredBlock(stmt().bind("structured-block")))
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
 2555       Source0, ompExecutableDirective(hasStructuredBlock(nullStmt()))));
 2563       Source1, ompExecutableDirective(hasStructuredBlock(nullStmt()))));
 2565       Source1, ompExecutableDirective(hasStructuredBlock(compoundStmt()))));
 2573       Source2, ompExecutableDirective(hasStructuredBlock(anything()))));