Home | History | Annotate | Download | only in Sema

Lines Matching defs:IterationVar

3505       VarDecl *IterationVar
3510 IndexVariables.push_back(IterationVar);
3514 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
10014 VarDecl *IterationVar = VarDecl::Create(S.Context, S.CurContext, Loc, Loc,
10021 IterationVar->setInit(IntegerLiteral::Create(S.Context, Zero, SizeType, Loc));
10024 RefBuilder IterationVarRef(IterationVar, SizeType);
10028 Stmt *InitStmt = new (S.Context) DeclStmt(DeclGroupRef(IterationVar),Loc,Loc);