Searched refs:OMPMasterTaskLoopSimdDirective (Results 1 – 14 of 14) sorted by relevance
1239 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()1243 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()1274 OMPMasterTaskLoopSimdDirective *1275 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1278 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
1122 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
958 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
265 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
3951 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {3960 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function3970 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function3986 static OMPMasterTaskLoopSimdDirective *3997 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
3070 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
2570 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()3534 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2513 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
326 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
3550 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
7701 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
2191 VisitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective *D);3226 const OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
9184 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
13559 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()