Searched refs:OMPTargetTeamsGenericLoopDirective (Results 1 – 10 of 10) sorted by relevance
2383 OMPTargetTeamsGenericLoopDirective *OMPTargetTeamsGenericLoopDirective::Create( in Create()2387 auto *Dir = createDirective<OMPTargetTeamsGenericLoopDirective>( in Create()2418 OMPTargetTeamsGenericLoopDirective *2419 OMPTargetTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()2423 return createEmptyDirective<OMPTargetTeamsGenericLoopDirective>( in CreateEmpty()
1245 const OMPTargetTeamsGenericLoopDirective *S) { in VisitOMPTargetTeamsGenericLoopDirective()
1107 OMPTargetTeamsGenericLoopDirective *Node) { in VisitOMPTargetTeamsGenericLoopDirective()
292 def OMPTargetTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
6036 class OMPTargetTeamsGenericLoopDirective final : public OMPLoopDirective {6045 OMPTargetTeamsGenericLoopDirective(SourceLocation StartLoc, in OMPTargetTeamsGenericLoopDirective() function6056 explicit OMPTargetTeamsGenericLoopDirective(unsigned CollapsedNum) in OMPTargetTeamsGenericLoopDirective() function6072 static OMPTargetTeamsGenericLoopDirective *6084 static OMPTargetTeamsGenericLoopDirective *CreateEmpty(const ASTContext &C,
3153 DEF_TRAVERSE_STMT(OMPTargetTeamsGenericLoopDirective,
2661 OMPTargetTeamsGenericLoopDirective *D) { in VisitOMPTargetTeamsGenericLoopDirective()3679 S = OMPTargetTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2638 OMPTargetTeamsGenericLoopDirective *D) { in VisitOMPTargetTeamsGenericLoopDirective()
9358 OMPTargetTeamsGenericLoopDirective *D) { in TransformOMPTargetTeamsGenericLoopDirective()
10573 return OMPTargetTeamsGenericLoopDirective::Create( in ActOnOpenMPTargetTeamsGenericLoopDirective()