Home | History | Annotate | Download | only in Sema

Lines Matching refs:IterationVar

3244       VarDecl *IterationVar
3249 IndexVariables.push_back(IterationVar);
3253 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
9352 VarDecl *IterationVar = VarDecl::Create(S.Context, S.CurContext, Loc, Loc,
9359 IterationVar->setInit(IntegerLiteral::Create(S.Context, Zero, SizeType, Loc));
9362 RefBuilder IterationVarRef(IterationVar, SizeType);
9366 Stmt *InitStmt = new (S.Context) DeclStmt(DeclGroupRef(IterationVar),Loc,Loc);