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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  249 OMPPARALLELMASTERTASKLOOPDIRECTIVE(OMPParallelMasterTaskLoopDirective, OMPLoopDirective)

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2815                   { TRY_TO(TraverseOMPExecutableDirective(S)); })
tools/clang/include/clang/AST/StmtOpenMP.h
 1169            T->getStmtClass() == OMPParallelMasterTaskLoopDirectiveClass ||
 3282       : OMPLoopDirective(this, OMPParallelMasterTaskLoopDirectiveClass,
 3293       : OMPLoopDirective(this, OMPParallelMasterTaskLoopDirectiveClass,
 3326     return T->getStmtClass() == OMPParallelMasterTaskLoopDirectiveClass;
tools/clang/lib/CodeGen/CGStmt.cpp
  291   case Stmt::OMPParallelMasterTaskLoopDirectiveClass:
tools/clang/lib/Sema/TreeTransform.h
 8306       OMPD_parallel_master_taskloop, DirName, nullptr, D->getBeginLoc());
 8307   StmtResult Res = getDerived().TransformOMPExecutableDirective(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1270     case Stmt::OMPParallelMasterTaskLoopDirectiveClass:
tools/clang/tools/libclang/CXCursor.cpp
  682   case Stmt::OMPParallelMasterTaskLoopDirectiveClass: