Searched refs:IterVarRef (Results 1 – 1 of 1) sorted by relevance
14182 DeclRefExpr *IterVarRef = cast<DeclRefExpr>(LoopHelper.IterationVarRef); in ActOnOpenMPTileDirective() local14183 QualType CntTy = IterVarRef->getType(); in ActOnOpenMPTileDirective()14202 auto *TileCntDecl = cast<VarDecl>(IterVarRef->getDecl()); in ActOnOpenMPTileDirective()14936 DeclRefExpr *IterVarRef = cast<DeclRefExpr>(SourceHelper.IterationVarRef); in ActOnOpenMPInterchangeDirective() local14937 QualType IVTy = IterVarRef->getType(); in ActOnOpenMPInterchangeDirective()14942 SourceLocation OrigVarLoc = IterVarRef->getExprLoc(); in ActOnOpenMPInterchangeDirective()14956 auto *PermutedCntDecl = cast<VarDecl>(IterVarRef->getDecl()); in ActOnOpenMPInterchangeDirective()