Searched refs:OMPParallelMasterTaskLoopDirective (Results 1 – 14 of 14) sorted by relevance
1422 OMPParallelMasterTaskLoopDirective *OMPParallelMasterTaskLoopDirective::Create( in Create()1426 auto *Dir = createDirective<OMPParallelMasterTaskLoopDirective>( in Create()1458 OMPParallelMasterTaskLoopDirective *1459 OMPParallelMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1463 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
1207 const OMPParallelMasterTaskLoopDirective *S) { in VisitOMPParallelMasterTaskLoopDirective()
1018 OMPParallelMasterTaskLoopDirective *Node) { in VisitOMPParallelMasterTaskLoopDirective()
272 def OMPParallelMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
4137 class OMPParallelMasterTaskLoopDirective : public OMPLoopDirective {4149 OMPParallelMasterTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopDirective() function4160 explicit OMPParallelMasterTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopDirective() function4180 static OMPParallelMasterTaskLoopDirective *4192 static OMPParallelMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
3209 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopDirective,
2693 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()3852 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2741 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
352 cast<OMPParallelMasterTaskLoopDirective>(*S)); in EmitStmt()
3908 const OMPParallelMasterTaskLoopDirective &S);
8113 const OMPParallelMasterTaskLoopDirective &S) { in EmitOMPParallelMasterTaskLoopDirective()
1312 else if (const auto *TD = dyn_cast<OMPParallelMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
10139 OMPParallelMasterTaskLoopDirective *D) { in TransformOMPParallelMasterTaskLoopDirective()
13609 return OMPParallelMasterTaskLoopDirective::Create( in ActOnOpenMPParallelMasterTaskLoopDirective()