Searched refs:OMPMasterTaskLoopSimdDirective (Results 1 – 14 of 14) sorted by relevance
1224 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( in Create()1228 auto *Dir = createDirective<OMPMasterTaskLoopSimdDirective>( in Create()1259 OMPMasterTaskLoopSimdDirective *1260 OMPMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1263 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
1104 const OMPMasterTaskLoopSimdDirective *S) { in VisitOMPMasterTaskLoopSimdDirective()
952 OMPMasterTaskLoopSimdDirective *Node) { in VisitOMPMasterTaskLoopSimdDirective()
264 def OMPMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
3950 class OMPMasterTaskLoopSimdDirective : public OMPLoopDirective {3959 OMPMasterTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopSimdDirective() function3969 explicit OMPMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPMasterTaskLoopSimdDirective() function3985 static OMPMasterTaskLoopSimdDirective *3996 static OMPMasterTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
3072 DEF_TRAVERSE_STMT(OMPMasterTaskLoopSimdDirective,
2523 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()3482 S = OMPMasterTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2472 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
322 cast<OMPMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
3547 EmitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective &S);
7725 const OMPMasterTaskLoopSimdDirective &S) { in EmitOMPMasterTaskLoopSimdDirective()
2183 VisitOMPMasterTaskLoopSimdDirective(const OMPMasterTaskLoopSimdDirective *D);3200 const OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
9063 OMPMasterTaskLoopSimdDirective *D) { in TransformOMPMasterTaskLoopSimdDirective()
13419 return OMPMasterTaskLoopSimdDirective::Create( in ActOnOpenMPMasterTaskLoopSimdDirective()