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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  225 OMPMASTERTASKLOOPDIRECTIVE(OMPMasterTaskLoopDirective, OMPLoopDirective)

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2809                   { TRY_TO(TraverseOMPExecutableDirective(S)); })
tools/clang/include/clang/AST/StmtOpenMP.h
 1167            T->getStmtClass() == OMPMasterTaskLoopDirectiveClass ||
 3145       : OMPLoopDirective(this, OMPMasterTaskLoopDirectiveClass,
 3156       : OMPLoopDirective(this, OMPMasterTaskLoopDirectiveClass,
 3189     return T->getStmtClass() == OMPMasterTaskLoopDirectiveClass;
tools/clang/lib/CodeGen/CGStmt.cpp
  284   case Stmt::OMPMasterTaskLoopDirectiveClass:
tools/clang/lib/Sema/TreeTransform.h
 8284                                              nullptr, D->getBeginLoc());
 8285   StmtResult Res = getDerived().TransformOMPExecutableDirective(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1268     case Stmt::OMPMasterTaskLoopDirectiveClass:
tools/clang/tools/libclang/CXCursor.cpp
  676   case Stmt::OMPMasterTaskLoopDirectiveClass: