Searched refs:OMPMasterTaskLoopSimdDirective (Results 1 – 13 of 13) sorted by relevance
1296 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()1300 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()1331 OMPMasterTaskLoopSimdDirective *1332 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1335 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
1161 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
981 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
270 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
4023 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {4032 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function4042 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function4058 static OMPMasterTaskLoopSimdDirective *4069 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
3151 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
2655 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()3699 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2694 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
338 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
3865 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
7853 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
9683 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
13390 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()