Searched refs:OMPParallelGenericLoopDirective (Results 1 – 11 of 11) sorted by relevance
2489 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::Create( in Create()2493 auto *Dir = createDirective<OMPParallelGenericLoopDirective>( in Create()2524 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::CreateEmpty( in CreateEmpty()2527 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
1296 const OMPParallelGenericLoopDirective *S) { in VisitOMPParallelGenericLoopDirective()
1129 OMPParallelGenericLoopDirective *Node) { in VisitOMPParallelGenericLoopDirective()
295 def OMPParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
6172 class OMPParallelGenericLoopDirective final : public OMPLoopDirective {6181 OMPParallelGenericLoopDirective(SourceLocation StartLoc, in OMPParallelGenericLoopDirective() function6191 explicit OMPParallelGenericLoopDirective(unsigned CollapsedNum) in OMPParallelGenericLoopDirective() function6207 static OMPParallelGenericLoopDirective *6219 static OMPParallelGenericLoopDirective *CreateEmpty(const ASTContext &C,
3165 DEF_TRAVERSE_STMT(OMPParallelGenericLoopDirective,
2770 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()3827 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2817 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
429 cast<OMPParallelGenericLoopDirective>(*S)); in EmitStmt()
9660 OMPParallelGenericLoopDirective *D) { in TransformOMPParallelGenericLoopDirective()
10944 return OMPParallelGenericLoopDirective::Create( in ActOnOpenMPParallelGenericLoopDirective()