Searched refs:OMPTeamsGenericLoopDirective (Results 1 – 13 of 13) sorted by relevance
2412 OMPTeamsGenericLoopDirective *OMPTeamsGenericLoopDirective::Create( in Create()2416 auto *Dir = createDirective<OMPTeamsGenericLoopDirective>( in Create()2460 OMPTeamsGenericLoopDirective *2461 OMPTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()2464 return createEmptyDirective<OMPTeamsGenericLoopDirective>( in CreateEmpty()
1297 const OMPTeamsGenericLoopDirective *S) { in VisitOMPTeamsGenericLoopDirective()
1130 OMPTeamsGenericLoopDirective *Node) { in VisitOMPTeamsGenericLoopDirective()
297 def OMPTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
6183 class OMPTeamsGenericLoopDirective final : public OMPLoopDirective {6192 OMPTeamsGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsGenericLoopDirective() function6202 explicit OMPTeamsGenericLoopDirective(unsigned CollapsedNum) in OMPTeamsGenericLoopDirective() function6218 static OMPTeamsGenericLoopDirective *6230 static OMPTeamsGenericLoopDirective *CreateEmpty(const ASTContext &C,
3229 DEF_TRAVERSE_STMT(OMPTeamsGenericLoopDirective,
2788 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()3888 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2854 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
432 EmitOMPTeamsGenericLoopDirective(cast<OMPTeamsGenericLoopDirective>(*S)); in EmitStmt()
3901 void EmitOMPTeamsGenericLoopDirective(const OMPTeamsGenericLoopDirective &S);
7964 const OMPTeamsGenericLoopDirective &S) { in EmitOMPTeamsGenericLoopDirective()
9967 OMPTeamsGenericLoopDirective *D) { in TransformOMPTeamsGenericLoopDirective()
10643 return OMPTeamsGenericLoopDirective::Create( in ActOnOpenMPTeamsGenericLoopDirective()