Searched refs:OMPParallelMasterTaskLoopDirective (Results 1 – 14 of 14) sorted by relevance
1145 OMPParallelMasterTaskLoopDirective *OMPParallelMasterTaskLoopDirective::Create( in Create()1149 auto *Dir = createDirective<OMPParallelMasterTaskLoopDirective>( in Create()1181 OMPParallelMasterTaskLoopDirective *1182 OMPParallelMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1186 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
1074 const OMPParallelMasterTaskLoopDirective *S) { in VisitOMPParallelMasterTaskLoopDirective()
866 OMPParallelMasterTaskLoopDirective *Node) { in VisitOMPParallelMasterTaskLoopDirective()
263 def OMPParallelMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
3729 class OMPParallelMasterTaskLoopDirective : public OMPLoopDirective {3741 OMPParallelMasterTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopDirective() function3752 explicit OMPParallelMasterTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopDirective() function3772 static OMPParallelMasterTaskLoopDirective *3784 static OMPParallelMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
2964 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopDirective,
2515 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()3417 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2451 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
319 cast<OMPParallelMasterTaskLoopDirective>(*S)); in EmitStmt()
3486 const OMPParallelMasterTaskLoopDirective &S);
7057 const OMPParallelMasterTaskLoopDirective &S) { in EmitOMPParallelMasterTaskLoopDirective()
1340 else if (const auto *TD = dyn_cast<OMPParallelMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
8937 OMPParallelMasterTaskLoopDirective *D) { in TransformOMPParallelMasterTaskLoopDirective()
11738 return OMPParallelMasterTaskLoopDirective::Create( in ActOnOpenMPParallelMasterTaskLoopDirective()