Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1312 OMPParallelMasterTaskLoopDirective *OMPParallelMasterTaskLoopDirective::Create( in Create()
1316 auto *Dir = createDirective<OMPParallelMasterTaskLoopDirective>( in Create()
1348 OMPParallelMasterTaskLoopDirective *
1349 OMPParallelMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1353 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1114 const OMPParallelMasterTaskLoopDirective *S) { in VisitOMPParallelMasterTaskLoopDirective()
H A DStmtPrinter.cpp964 OMPParallelMasterTaskLoopDirective *Node) { in VisitOMPParallelMasterTaskLoopDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td265 def OMPParallelMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h4081 class OMPParallelMasterTaskLoopDirective : public OMPLoopDirective {
4093 OMPParallelMasterTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopDirective() function
4104 explicit OMPParallelMasterTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopDirective() function
4124 static OMPParallelMasterTaskLoopDirective *
4136 static OMPParallelMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3075 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2533 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
3498 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2484 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp329 cast<OMPParallelMasterTaskLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3549 const OMPParallelMasterTaskLoopDirective &S);
H A DCGStmtOpenMP.cpp7737 const OMPParallelMasterTaskLoopDirective &S) { in EmitOMPParallelMasterTaskLoopDirective()
H A DCGOpenMPRuntime.cpp1319 else if (const auto *TD = dyn_cast<OMPParallelMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2187 const OMPParallelMasterTaskLoopDirective *D);
3210 const OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9085 OMPParallelMasterTaskLoopDirective *D) { in TransformOMPParallelMasterTaskLoopDirective()
H A DSemaOpenMP.cpp13525 return OMPParallelMasterTaskLoopDirective::Create( in ActOnOpenMPParallelMasterTaskLoopDirective()