Searched refs:IterationVar (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp3164 VarDecl *IterationVar local
3169 IndexVariables.push_back(IterationVar);
3173 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
9043 VarDecl *IterationVar = VarDecl::Create(S.Context, S.CurContext, Loc, Loc, local
9050 IterationVar->setInit(IntegerLiteral::Create(S.Context, Zero, SizeType, Loc));
9053 RefBuilder IterationVarRef(IterationVar, SizeType);
9057 Stmt *InitStmt = new (S.Context) DeclStmt(DeclGroupRef(IterationVar),Loc,Loc);
H A DSemaCodeComplete.cpp5672 DeclGroupPtrTy IterationVar) {
5676 if (IterationVar.getAsOpaquePtr()) {
5677 DeclGroupRef DG = IterationVar.get();
5671 CodeCompleteObjCForCollection(Scope *S, DeclGroupPtrTy IterationVar) argument
H A DSemaExpr.cpp11655 VarDecl *IterationVar local
11660 IndexVariables.push_back(IterationVar);
11661 LSI->ArrayIndexVars.push_back(IterationVar);
11665 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7759 DeclGroupPtrTy IterationVar);

Completed in 320 milliseconds