Home | History | Annotate | Download | only in Sema

Lines Matching defs:IterationVar

10725     VarDecl *IterationVar
10730 IndexVariables.push_back(IterationVar);
10731 LSI->ArrayIndexVars.push_back(IterationVar);
10735 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);