Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1134 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( in Create()
1138 auto *Dir = createDirective<OMPMasterTaskLoopDirective>( in Create()
1170 OMPMasterTaskLoopDirective *
1171 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1174 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1094 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
H A DStmtPrinter.cpp940 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td263 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h3798 class OMPMasterTaskLoopDirective : public OMPLoopDirective {
3810 OMPMasterTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopDirective() function
3820 explicit OMPMasterTaskLoopDirective(unsigned CollapsedNum) in OMPMasterTaskLoopDirective() function
3840 static OMPMasterTaskLoopDirective *
3852 static OMPMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3069 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2511 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
3466 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2458 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp315 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3545 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
H A DCGStmtOpenMP.cpp7713 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
H A DCGOpenMPRuntime.cpp1317 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2180 void VisitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective *D);
3190 const OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9041 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
H A DSemaOpenMP.cpp13330 return OMPMasterTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()