Searched refs:OMPMasterTaskLoopSimdDirective (Results 1 – 13 of 13) sorted by relevance
1334 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()1338 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()1369 OMPMasterTaskLoopSimdDirective *1370 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1373 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
1197 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
1006 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
271 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
4006 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {4015 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function4025 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function4041 static OMPMasterTaskLoopSimdDirective *4052 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
3206 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
2683 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()3836 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2729 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
344 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
3904 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
8089 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
10117 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
13530 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()