Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp2855 VarDecl *IterationVar in BuildImplicitMemberInitializer() local
2860 IndexVariables.push_back(IterationVar); in BuildImplicitMemberInitializer()
2864 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc); in BuildImplicitMemberInitializer()
8273 VarDecl *IterationVar = VarDecl::Create(S.Context, S.CurContext, Loc, Loc, in buildSingleCopyAssignRecursively() local
8280 IterationVar->setInit(IntegerLiteral::Create(S.Context, Zero, SizeType, Loc)); in buildSingleCopyAssignRecursively()
8285 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc).take(); in buildSingleCopyAssignRecursively()
8291 Stmt *InitStmt = new (S.Context) DeclStmt(DeclGroupRef(IterationVar),Loc,Loc); in buildSingleCopyAssignRecursively()
DSemaCodeComplete.cpp5663 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection() argument
5667 if (IterationVar.getAsOpaquePtr()) { in CodeCompleteObjCForCollection()
5668 DeclGroupRef DG = IterationVar.getAsVal<DeclGroupRef>(); in CodeCompleteObjCForCollection()
DSemaExpr.cpp10725 VarDecl *IterationVar in captureInLambda() local
10730 IndexVariables.push_back(IterationVar); in captureInLambda()
10731 LSI->ArrayIndexVars.push_back(IterationVar); in captureInLambda()
10735 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc); in captureInLambda()
/external/clang/include/clang/Sema/
DSema.h7223 DeclGroupPtrTy IterationVar);