Home | History | Annotate | Download | only in Sema

Lines Matching defs:IterationVar

11908     VarDecl *IterationVar
11913 IndexVariables.push_back(IterationVar);
11914 LSI->ArrayIndexVars.push_back(IterationVar);
11918 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);