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

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  391   REGISTER_MATCHER(isOMPStructuredBlock);
tools/clang/unittests/AST/OMPStructuredBlockTest.cpp
   34   return stmt(isOMPStructuredBlock(),
   35               unless(hasDescendant(stmt(isOMPStructuredBlock()))))
  360              isOMPStructuredBlock(),
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
 2535       matchesWithOpenMP(Source0, stmt(nullStmt(), isOMPStructuredBlock())));
 2543       notMatchesWithOpenMP(Source1, stmt(nullStmt(), isOMPStructuredBlock())));
 2545       matchesWithOpenMP(Source1, stmt(compoundStmt(), isOMPStructuredBlock())));