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

Declarations

tools/clang/include/clang/AST/StmtOpenMP.h
  340   const Stmt *getStructuredBlock() const;

References

tools/clang/include/clang/AST/StmtOpenMP.h
  344         const_cast<const OMPExecutableDirective *>(this)->getStructuredBlock());
tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 6700   return InnerMatcher.matches(*Node.getStructuredBlock(), Finder, Builder);