Searched refs:OMPParallelMasterTaskLoopSimdDirective (Results 1 – 13 of 13) sorted by relevance
1478 OMPParallelMasterTaskLoopSimdDirective *1479 OMPParallelMasterTaskLoopSimdDirective::Create( in Create()1483 auto *Dir = createDirective<OMPParallelMasterTaskLoopSimdDirective>( in Create()1514 OMPParallelMasterTaskLoopSimdDirective *1515 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1519 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
1181 const OMPParallelMasterTaskLoopSimdDirective *S) { in VisitOMPParallelMasterTaskLoopSimdDirective()
1005 OMPParallelMasterTaskLoopSimdDirective *Node) { in VisitOMPParallelMasterTaskLoopSimdDirective()
272 def OMPParallelMasterTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
4310 class OMPParallelMasterTaskLoopSimdDirective : public OMPLoopDirective {4319 OMPParallelMasterTaskLoopSimdDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopSimdDirective() function4330 explicit OMPParallelMasterTaskLoopSimdDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopSimdDirective() function4346 static OMPParallelMasterTaskLoopSimdDirective *4358 static OMPParallelMasterTaskLoopSimdDirective *
3157 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
2677 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()3731 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty( in ReadStmtFromStream()
2720 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
352 cast<OMPParallelMasterTaskLoopSimdDirective>(*S)); in EmitStmt()
3869 const OMPParallelMasterTaskLoopSimdDirective &S);
7883 const OMPParallelMasterTaskLoopSimdDirective &S) { in EmitOMPParallelMasterTaskLoopSimdDirective()
9728 OMPParallelMasterTaskLoopSimdDirective *D) { in TransformOMPParallelMasterTaskLoopSimdDirective()
13547 return OMPParallelMasterTaskLoopSimdDirective::Create( in ActOnOpenMPParallelMasterTaskLoopSimdDirective()