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

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp5572 DeclGroupPtrTy IterationVar) {
5576 if (IterationVar.getAsOpaquePtr()) {
5577 DeclGroupRef DG = IterationVar.getAsVal<DeclGroupRef>();
5571 CodeCompleteObjCForCollection(Scope *S, DeclGroupPtrTy IterationVar) argument
H A DSemaDeclCXX.cpp2644 VarDecl *IterationVar local
2649 IndexVariables.push_back(IterationVar);
2653 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
7406 VarDecl *IterationVar = VarDecl::Create(S.Context, S.CurContext, Loc, Loc, local
7413 IterationVar->setInit(IntegerLiteral::Create(S.Context, Zero, SizeType, Loc));
7418 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc).take();
7424 Stmt *InitStmt = new (S.Context) DeclStmt(DeclGroupRef(IterationVar),Loc,Loc);
H A DSemaExpr.cpp10435 VarDecl *IterationVar local
10440 IndexVariables.push_back(IterationVar);
10441 LSI->ArrayIndexVars.push_back(IterationVar);
10445 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);

Completed in 214 milliseconds