Searched defs:IterationVar (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp5616 DeclGroupPtrTy IterationVar) {
5620 if (IterationVar.getAsOpaquePtr()) {
5621 DeclGroupRef DG = IterationVar.get();
5615 CodeCompleteObjCForCollection(Scope *S, DeclGroupPtrTy IterationVar) argument
H A DSemaDeclCXX.cpp3244 VarDecl *IterationVar local
3249 IndexVariables.push_back(IterationVar);
3253 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
9352 VarDecl *IterationVar = VarDecl::Create(S.Context, S.CurContext, Loc, Loc, local
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);
H A DSemaExpr.cpp11908 VarDecl *IterationVar local
11913 IndexVariables.push_back(IterationVar);
11914 LSI->ArrayIndexVars.push_back(IterationVar);
11918 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);

Completed in 1066 milliseconds