Searched refs:OMPParallelMaskedTaskLoopDirective (Results 1 – 10 of 10) sorted by relevance
1431 OMPParallelMaskedTaskLoopDirective *OMPParallelMaskedTaskLoopDirective::Create( in Create()1435 auto *Dir = createDirective<OMPParallelMaskedTaskLoopDirective>( in Create()1467 OMPParallelMaskedTaskLoopDirective *1468 OMPParallelMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1472 return createEmptyDirective<OMPParallelMaskedTaskLoopDirective>( in CreateEmpty()
1176 const OMPParallelMaskedTaskLoopDirective *S) { in VisitOMPParallelMaskedTaskLoopDirective()
999 OMPParallelMaskedTaskLoopDirective *Node) { in VisitOMPParallelMaskedTaskLoopDirective()
275 def OMPParallelMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
4232 class OMPParallelMaskedTaskLoopDirective final : public OMPLoopDirective {4244 OMPParallelMaskedTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMaskedTaskLoopDirective() function4255 explicit OMPParallelMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMaskedTaskLoopDirective() function4275 static OMPParallelMaskedTaskLoopDirective *4287 static OMPParallelMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
3166 DEF_TRAVERSE_STMT(OMPParallelMaskedTaskLoopDirective,
2671 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()3723 S = OMPParallelMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2713 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
9716 OMPParallelMaskedTaskLoopDirective *D) { in TransformOMPParallelMaskedTaskLoopDirective()
13506 return OMPParallelMaskedTaskLoopDirective::Create( in ActOnOpenMPParallelMaskedTaskLoopDirective()