Searched refs:OMPMasterTaskLoopSimdDirective (Results 1 – 13 of 13) sorted by relevance
1101 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()1105 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()1136 OMPMasterTaskLoopSimdDirective *1137 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1140 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
1069 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
860 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
262 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
3663 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {3672 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function3682 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function3698 static OMPMasterTaskLoopSimdDirective *3709 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
2961 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
2510 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()3409 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2445 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
315 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
3484 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
7045 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
8926 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
11682 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()