Searched refs:OMPMasterTaskLoopDirective (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1134 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 D | StmtProfile.cpp | 1094 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
|
| H A D | StmtPrinter.cpp | 940 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 263 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3798 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 D | RecursiveASTVisitor.h | 3069 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2511 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective() 3466 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2458 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 315 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3545 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 7713 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
|
| H A D | CGOpenMPRuntime.cpp | 1317 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2180 void VisitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective *D); 3190 const OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9041 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
|
| H A D | SemaOpenMP.cpp | 13330 return OMPMasterTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()
|