Searched refs:OMPParallelMaskedTaskLoopDirective (Results 1 – 13 of 13) sorted by relevance
1469 OMPParallelMaskedTaskLoopDirective *OMPParallelMaskedTaskLoopDirective::Create( in Create()1473 auto *Dir = createDirective<OMPParallelMaskedTaskLoopDirective>( in Create()1505 OMPParallelMaskedTaskLoopDirective *1506 OMPParallelMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1510 return createEmptyDirective<OMPParallelMaskedTaskLoopDirective>( in CreateEmpty()
1212 const OMPParallelMaskedTaskLoopDirective *S) { in VisitOMPParallelMaskedTaskLoopDirective()
1024 OMPParallelMaskedTaskLoopDirective *Node) { in VisitOMPParallelMaskedTaskLoopDirective()
276 def OMPParallelMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
4215 class OMPParallelMaskedTaskLoopDirective final : public OMPLoopDirective {4227 OMPParallelMaskedTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMaskedTaskLoopDirective() function4238 explicit OMPParallelMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMaskedTaskLoopDirective() function4258 static OMPParallelMaskedTaskLoopDirective *4270 static OMPParallelMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
3221 DEF_TRAVERSE_STMT(OMPParallelMaskedTaskLoopDirective,
2699 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()3860 S = OMPParallelMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2748 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
356 cast<OMPParallelMaskedTaskLoopDirective>(*S)); in EmitStmt()
3910 const OMPParallelMaskedTaskLoopDirective &S);
8131 const OMPParallelMaskedTaskLoopDirective &S) { in EmitOMPParallelMaskedTaskLoopDirective()
10150 OMPParallelMaskedTaskLoopDirective *D) { in TransformOMPParallelMaskedTaskLoopDirective()
13648 return OMPParallelMaskedTaskLoopDirective::Create( in ActOnOpenMPParallelMaskedTaskLoopDirective()