Home
last modified time | relevance | path

Searched refs:OMPMasterTaskLoopDirective (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp954 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( in Create()
958 auto *Dir = createDirective<OMPMasterTaskLoopDirective>( in Create()
990 OMPMasterTaskLoopDirective *
991 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
994 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
DStmtProfile.cpp1004 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
DStmtPrinter.cpp840 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3261 class OMPMasterTaskLoopDirective : public OMPLoopDirective {
3273 OMPMasterTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopDirective() function
3283 explicit OMPMasterTaskLoopDirective(unsigned CollapsedNum) in OMPMasterTaskLoopDirective() function
3303 static OMPMasterTaskLoopDirective *
3315 static OMPMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2889 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td256 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2475 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
3334 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2405 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp300 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3428 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
DCGStmtOpenMP.cpp6567 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
DCGOpenMPRuntime.cpp1322 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2078 void VisitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective *D);
3001 const OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8766 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
DSemaOpenMP.cpp10824 return OMPMasterTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()