Searched refs:OMPParallelGenericLoopDirective (Results 1 – 10 of 10) sorted by relevance
2443 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::Create( in Create()2447 auto *Dir = createDirective<OMPParallelGenericLoopDirective>( in Create()2478 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::CreateEmpty( in CreateEmpty()2481 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
1268 const OMPParallelGenericLoopDirective *S) { in VisitOMPParallelGenericLoopDirective()
1119 OMPParallelGenericLoopDirective *Node) { in VisitOMPParallelGenericLoopDirective()
294 def OMPParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
6103 class OMPParallelGenericLoopDirective final : public OMPLoopDirective {6112 OMPParallelGenericLoopDirective(SourceLocation StartLoc, in OMPParallelGenericLoopDirective() function6122 explicit OMPParallelGenericLoopDirective(unsigned CollapsedNum) in OMPParallelGenericLoopDirective() function6138 static OMPParallelGenericLoopDirective *6150 static OMPParallelGenericLoopDirective *CreateEmpty(const ASTContext &C,
3154 DEF_TRAVERSE_STMT(OMPParallelGenericLoopDirective,
2713 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()3739 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2685 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
9490 OMPParallelGenericLoopDirective *D) { in TransformOMPParallelGenericLoopDirective()
10704 return OMPParallelGenericLoopDirective::Create( in ActOnOpenMPParallelGenericLoopDirective()