Searched refs:OMPParallelGenericLoopDirective (Results 1 – 11 of 11) sorted by relevance
2528 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::Create( in Create()2532 auto *Dir = createDirective<OMPParallelGenericLoopDirective>( in Create()2563 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::CreateEmpty( in CreateEmpty()2566 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
1307 const OMPParallelGenericLoopDirective *S) { in VisitOMPParallelGenericLoopDirective()
1142 OMPParallelGenericLoopDirective *Node) { in VisitOMPParallelGenericLoopDirective()
299 def OMPParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
6323 class OMPParallelGenericLoopDirective final : public OMPLoopDirective {6332 OMPParallelGenericLoopDirective(SourceLocation StartLoc, in OMPParallelGenericLoopDirective() function6342 explicit OMPParallelGenericLoopDirective(unsigned CollapsedNum) in OMPParallelGenericLoopDirective() function6358 static OMPParallelGenericLoopDirective *6370 static OMPParallelGenericLoopDirective *CreateEmpty(const ASTContext &C,
3235 DEF_TRAVERSE_STMT(OMPParallelGenericLoopDirective,
2799 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()3904 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2867 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
440 cast<OMPParallelGenericLoopDirective>(*S)); in EmitStmt()
9989 OMPParallelGenericLoopDirective *D) { in TransformOMPParallelGenericLoopDirective()
10708 return OMPParallelGenericLoopDirective::Create( in ActOnOpenMPParallelGenericLoopDirective()