Searched refs:OMPTeamsGenericLoopDirective (Results 1 – 10 of 10) sorted by relevance
2339 OMPTeamsGenericLoopDirective *OMPTeamsGenericLoopDirective::Create( in Create()2343 auto *Dir = createDirective<OMPTeamsGenericLoopDirective>( in Create()2374 OMPTeamsGenericLoopDirective *2375 OMPTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()2378 return createEmptyDirective<OMPTeamsGenericLoopDirective>( in CreateEmpty()
1240 const OMPTeamsGenericLoopDirective *S) { in VisitOMPTeamsGenericLoopDirective()
1101 OMPTeamsGenericLoopDirective *Node) { in VisitOMPTeamsGenericLoopDirective()
291 def OMPTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
5971 class OMPTeamsGenericLoopDirective final : public OMPLoopDirective {5980 OMPTeamsGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsGenericLoopDirective() function5990 explicit OMPTeamsGenericLoopDirective(unsigned CollapsedNum) in OMPTeamsGenericLoopDirective() function6006 static OMPTeamsGenericLoopDirective *6018 static OMPTeamsGenericLoopDirective *CreateEmpty(const ASTContext &C,
3150 DEF_TRAVERSE_STMT(OMPTeamsGenericLoopDirective,
2656 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()3671 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2632 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
9347 OMPTeamsGenericLoopDirective *D) { in TransformOMPTeamsGenericLoopDirective()
10524 return OMPTeamsGenericLoopDirective::Create( in ActOnOpenMPTeamsGenericLoopDirective()