Home | History | Annotate | Download | only in Sema

Lines Matching refs:IterationVar

2561       VarDecl *IterationVar
2566 IndexVariables.push_back(IterationVar);
2570 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
7492 VarDecl *IterationVar = VarDecl::Create(S.Context, S.CurContext, Loc, Loc,
7499 IterationVar->setInit(IntegerLiteral::Create(S.Context, Zero, SizeType, Loc));
7504 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc).take();
7510 Stmt *InitStmt = new (S.Context) DeclStmt(DeclGroupRef(IterationVar),Loc,Loc);