Searched refs:OMPParallelGenericLoopDirective (Results 1 – 10 of 10) sorted by relevance
2428 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::Create( in Create()2432 auto *Dir = createDirective<OMPParallelGenericLoopDirective>( in Create()2463 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::CreateEmpty( in CreateEmpty()2466 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
1250 const OMPParallelGenericLoopDirective *S) { in VisitOMPParallelGenericLoopDirective()
1113 OMPParallelGenericLoopDirective *Node) { in VisitOMPParallelGenericLoopDirective()
293 def OMPParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
6102 class OMPParallelGenericLoopDirective final : public OMPLoopDirective {6111 OMPParallelGenericLoopDirective(SourceLocation StartLoc, in OMPParallelGenericLoopDirective() function6121 explicit OMPParallelGenericLoopDirective(unsigned CollapsedNum) in OMPParallelGenericLoopDirective() function6137 static OMPParallelGenericLoopDirective *6149 static OMPParallelGenericLoopDirective *CreateEmpty(const ASTContext &C,
3156 DEF_TRAVERSE_STMT(OMPParallelGenericLoopDirective,
2666 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()3687 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2644 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
9369 OMPParallelGenericLoopDirective *D) { in TransformOMPParallelGenericLoopDirective()
10621 return OMPParallelGenericLoopDirective::Create( in ActOnOpenMPParallelGenericLoopDirective()