Searched refs:OMPParallelMasterTaskLoopDirective (Results 1 – 14 of 14) sorted by relevance
1384 OMPParallelMasterTaskLoopDirective *OMPParallelMasterTaskLoopDirective::Create( in Create()1388 auto *Dir = createDirective<OMPParallelMasterTaskLoopDirective>( in Create()1420 OMPParallelMasterTaskLoopDirective *1421 OMPParallelMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1425 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
1171 const OMPParallelMasterTaskLoopDirective *S) { in VisitOMPParallelMasterTaskLoopDirective()
993 OMPParallelMasterTaskLoopDirective *Node) { in VisitOMPParallelMasterTaskLoopDirective()
271 def OMPParallelMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
4154 class OMPParallelMasterTaskLoopDirective : public OMPLoopDirective {4166 OMPParallelMasterTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopDirective() function4177 explicit OMPParallelMasterTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopDirective() function4197 static OMPParallelMasterTaskLoopDirective *4209 static OMPParallelMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
3154 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopDirective,
2665 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()3715 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2706 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
345 cast<OMPParallelMasterTaskLoopDirective>(*S)); in EmitStmt()
3867 const OMPParallelMasterTaskLoopDirective &S);
7865 const OMPParallelMasterTaskLoopDirective &S) { in EmitOMPParallelMasterTaskLoopDirective()
1317 else if (const auto *TD = dyn_cast<OMPParallelMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
9705 OMPParallelMasterTaskLoopDirective *D) { in TransformOMPParallelMasterTaskLoopDirective()
13467 return OMPParallelMasterTaskLoopDirective::Create( in ActOnOpenMPParallelMasterTaskLoopDirective()