Searched refs:OMPMasterTaskLoopSimdDirective (Results 1 – 14 of 14) sorted by relevance
1063 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()1067 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()1098 OMPMasterTaskLoopSimdDirective *1099 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1102 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
1058 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
854 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
3630 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {3639 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function3649 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function3665 static OMPMasterTaskLoopSimdDirective *3676 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
2932 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
260 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
2496 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()3384 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2429 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
312 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
3483 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
7012 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
2084 VisitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective *D);3049 const OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
8892 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
11665 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()