Searched refs:OMPParallelMasterTaskLoopDirective (Results 1 – 14 of 14) sorted by relevance
1346 OMPParallelMasterTaskLoopDirective *OMPParallelMasterTaskLoopDirective::Create( in Create()1350 auto *Dir = createDirective<OMPParallelMasterTaskLoopDirective>( in Create()1382 OMPParallelMasterTaskLoopDirective *1383 OMPParallelMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1387 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
1160 const OMPParallelMasterTaskLoopDirective *S) { in VisitOMPParallelMasterTaskLoopDirective()
980 OMPParallelMasterTaskLoopDirective *Node) { in VisitOMPParallelMasterTaskLoopDirective()
267 def OMPParallelMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
4150 class OMPParallelMasterTaskLoopDirective : public OMPLoopDirective {4162 OMPParallelMasterTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopDirective() function4173 explicit OMPParallelMasterTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopDirective() function4193 static OMPParallelMasterTaskLoopDirective *4205 static OMPParallelMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
3084 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopDirective,
2637 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()3638 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2657 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
335 cast<OMPParallelMasterTaskLoopDirective>(*S)); in EmitStmt()
3639 const OMPParallelMasterTaskLoopDirective &S);
7793 const OMPParallelMasterTaskLoopDirective &S) { in EmitOMPParallelMasterTaskLoopDirective()
1315 else if (const auto *TD = dyn_cast<OMPParallelMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
9376 OMPParallelMasterTaskLoopDirective *D) { in TransformOMPParallelMasterTaskLoopDirective()
13945 return OMPParallelMasterTaskLoopDirective::Create( in ActOnOpenMPParallelMasterTaskLoopDirective()