Searched refs:OMPMasterTaskLoopSimdDirective (Results 1 – 14 of 14) sorted by relevance
999 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()1003 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()1034 OMPMasterTaskLoopSimdDirective *1035 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1038 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
1009 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
846 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
3337 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {3346 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function3356 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function3372 static OMPMasterTaskLoopSimdDirective *3383 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
2892 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
257 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
2481 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()3342 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2412 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
304 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
3430 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
6579 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
2080 VisitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective *D);3006 const OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
8777 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
10874 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()