Searched refs:IterVarRef (Results 1 – 1 of 1) sorted by relevance
14364 DeclRefExpr *IterVarRef = cast<DeclRefExpr>(LoopHelper.IterationVarRef); in ActOnOpenMPTileDirective() local14365 QualType CntTy = IterVarRef->getType(); in ActOnOpenMPTileDirective()14384 auto *TileCntDecl = cast<VarDecl>(IterVarRef->getDecl()); in ActOnOpenMPTileDirective()14641 DeclRefExpr *IterVarRef = cast<DeclRefExpr>(LoopHelper.IterationVarRef); in ActOnOpenMPStripeDirective() local14642 QualType CntTy = IterVarRef->getType(); in ActOnOpenMPStripeDirective()14661 auto *StripeCntDecl = cast<VarDecl>(IterVarRef->getDecl()); in ActOnOpenMPStripeDirective()15422 DeclRefExpr *IterVarRef = cast<DeclRefExpr>(SourceHelper.IterationVarRef); in ActOnOpenMPInterchangeDirective() local15423 QualType IVTy = IterVarRef->getType(); in ActOnOpenMPInterchangeDirective()15428 SourceLocation OrigVarLoc = IterVarRef->getExprLoc(); in ActOnOpenMPInterchangeDirective()15442 auto *PermutedCntDecl = cast<VarDecl>(IterVarRef->getDecl()); in ActOnOpenMPInterchangeDirective()