Searched refs:OMPParallelMaskedTaskLoopDirective (Results 1 – 10 of 10) sorted by relevance
1393 OMPParallelMaskedTaskLoopDirective *OMPParallelMaskedTaskLoopDirective::Create( in Create()1397 auto *Dir = createDirective<OMPParallelMaskedTaskLoopDirective>( in Create()1429 OMPParallelMaskedTaskLoopDirective *1430 OMPParallelMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1434 return createEmptyDirective<OMPParallelMaskedTaskLoopDirective>( in CreateEmpty()
1165 const OMPParallelMaskedTaskLoopDirective *S) { in VisitOMPParallelMaskedTaskLoopDirective()
986 OMPParallelMaskedTaskLoopDirective *Node) { in VisitOMPParallelMaskedTaskLoopDirective()
271 def OMPParallelMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
4228 class OMPParallelMaskedTaskLoopDirective final : public OMPLoopDirective {4240 OMPParallelMaskedTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMaskedTaskLoopDirective() function4251 explicit OMPParallelMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMaskedTaskLoopDirective() function4271 static OMPParallelMaskedTaskLoopDirective *4283 static OMPParallelMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
3096 DEF_TRAVERSE_STMT(OMPParallelMaskedTaskLoopDirective,
2643 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()3646 S = OMPParallelMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2664 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
9387 OMPParallelMaskedTaskLoopDirective *D) { in TransformOMPParallelMaskedTaskLoopDirective()
14002 return OMPParallelMaskedTaskLoopDirective::Create( in ActOnOpenMPParallelMaskedTaskLoopDirective()