Searched refs:OMPParallelGenericLoopDirective (Results 1 – 11 of 11) sorted by relevance
2566 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::Create( in Create()2570 auto *Dir = createDirective<OMPParallelGenericLoopDirective>( in Create()2601 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::CreateEmpty( in CreateEmpty()2604 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
1343 const OMPParallelGenericLoopDirective *S) { in VisitOMPParallelGenericLoopDirective()
1167 OMPParallelGenericLoopDirective *Node) { in VisitOMPParallelGenericLoopDirective()
300 def OMPParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
6387 class OMPParallelGenericLoopDirective final : public OMPLoopDirective {6396 OMPParallelGenericLoopDirective(SourceLocation StartLoc, in OMPParallelGenericLoopDirective() function6406 explicit OMPParallelGenericLoopDirective(unsigned CollapsedNum) in OMPParallelGenericLoopDirective() function6422 static OMPParallelGenericLoopDirective *6434 static OMPParallelGenericLoopDirective *CreateEmpty(const ASTContext &C,
3290 DEF_TRAVERSE_STMT(OMPParallelGenericLoopDirective,
2827 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()4041 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2902 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
448 cast<OMPParallelGenericLoopDirective>(*S)); in EmitStmt()
10423 OMPParallelGenericLoopDirective *D) { in TransformOMPParallelGenericLoopDirective()
10773 return OMPParallelGenericLoopDirective::Create( in ActOnOpenMPParallelGenericLoopDirective()