Searched refs:OMPTeamsGenericLoopDirective (Results 1 – 13 of 13) sorted by relevance
2450 OMPTeamsGenericLoopDirective *OMPTeamsGenericLoopDirective::Create( in Create()2454 auto *Dir = createDirective<OMPTeamsGenericLoopDirective>( in Create()2498 OMPTeamsGenericLoopDirective *2499 OMPTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()2502 return createEmptyDirective<OMPTeamsGenericLoopDirective>( in CreateEmpty()
1333 const OMPTeamsGenericLoopDirective *S) { in VisitOMPTeamsGenericLoopDirective()
1155 OMPTeamsGenericLoopDirective *Node) { in VisitOMPTeamsGenericLoopDirective()
298 def OMPTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
6247 class OMPTeamsGenericLoopDirective final : public OMPLoopDirective {6256 OMPTeamsGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsGenericLoopDirective() function6266 explicit OMPTeamsGenericLoopDirective(unsigned CollapsedNum) in OMPTeamsGenericLoopDirective() function6282 static OMPTeamsGenericLoopDirective *6294 static OMPTeamsGenericLoopDirective *CreateEmpty(const ASTContext &C,
3284 DEF_TRAVERSE_STMT(OMPTeamsGenericLoopDirective,
2816 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()4025 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2889 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
440 EmitOMPTeamsGenericLoopDirective(cast<OMPTeamsGenericLoopDirective>(*S)); in EmitStmt()
3946 void EmitOMPTeamsGenericLoopDirective(const OMPTeamsGenericLoopDirective &S);
8266 const OMPTeamsGenericLoopDirective &S) { in EmitOMPTeamsGenericLoopDirective()
10401 OMPTeamsGenericLoopDirective *D) { in TransformOMPTeamsGenericLoopDirective()
10708 return OMPTeamsGenericLoopDirective::Create( in ActOnOpenMPTeamsGenericLoopDirective()