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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  337 OMPMASTERDIRECTIVE(OMPMasterDirective, OMPExecutableDirective)

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2732                   { TRY_TO(TraverseOMPExecutableDirective(S)); })
tools/clang/include/clang/AST/StmtOpenMP.h
 1600       : OMPExecutableDirective(this, OMPMasterDirectiveClass, OMPD_master,
 1606       : OMPExecutableDirective(this, OMPMasterDirectiveClass, OMPD_master,
 1629     return T->getStmtClass() == OMPMasterDirectiveClass;
tools/clang/lib/CodeGen/CGStmt.cpp
  212   case Stmt::OMPMasterDirectiveClass:
tools/clang/lib/Sema/TreeTransform.h
 8010                                              D->getBeginLoc());
 8011   StmtResult Res = getDerived().TransformOMPExecutableDirective(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1243     case Stmt::OMPMasterDirectiveClass:
tools/clang/tools/libclang/CXCursor.cpp
  601   case Stmt::OMPMasterDirectiveClass: