Searched refs:OMPTeamsGenericLoopDirective (Results 1 – 10 of 10) sorted by relevance
2354 OMPTeamsGenericLoopDirective *OMPTeamsGenericLoopDirective::Create( in Create()2358 auto *Dir = createDirective<OMPTeamsGenericLoopDirective>( in Create()2389 OMPTeamsGenericLoopDirective *2390 OMPTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()2393 return createEmptyDirective<OMPTeamsGenericLoopDirective>( in CreateEmpty()
1258 const OMPTeamsGenericLoopDirective *S) { in VisitOMPTeamsGenericLoopDirective()
1107 OMPTeamsGenericLoopDirective *Node) { in VisitOMPTeamsGenericLoopDirective()
292 def OMPTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
5972 class OMPTeamsGenericLoopDirective final : public OMPLoopDirective {5981 OMPTeamsGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsGenericLoopDirective() function5991 explicit OMPTeamsGenericLoopDirective(unsigned CollapsedNum) in OMPTeamsGenericLoopDirective() function6007 static OMPTeamsGenericLoopDirective *6019 static OMPTeamsGenericLoopDirective *CreateEmpty(const ASTContext &C,
3148 DEF_TRAVERSE_STMT(OMPTeamsGenericLoopDirective,
2703 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()3723 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2673 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
9468 OMPTeamsGenericLoopDirective *D) { in TransformOMPTeamsGenericLoopDirective()
10607 return OMPTeamsGenericLoopDirective::Create( in ActOnOpenMPTeamsGenericLoopDirective()