Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp3011 VarDecl *IterationVar in BuildImplicitMemberInitializer() local
3016 IndexVariables.push_back(IterationVar); in BuildImplicitMemberInitializer()
3020 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc); in BuildImplicitMemberInitializer()
8701 VarDecl *IterationVar = VarDecl::Create(S.Context, S.CurContext, Loc, Loc, in buildSingleCopyAssignRecursively() local
8708 IterationVar->setInit(IntegerLiteral::Create(S.Context, Zero, SizeType, Loc)); in buildSingleCopyAssignRecursively()
8713 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc).take(); in buildSingleCopyAssignRecursively()
8719 Stmt *InitStmt = new (S.Context) DeclStmt(DeclGroupRef(IterationVar),Loc,Loc); in buildSingleCopyAssignRecursively()
DSemaCodeComplete.cpp5670 DeclGroupPtrTy IterationVar) { in CodeCompleteObjCForCollection() argument
5674 if (IterationVar.getAsOpaquePtr()) { in CodeCompleteObjCForCollection()
5675 DeclGroupRef DG = IterationVar.getAsVal<DeclGroupRef>(); in CodeCompleteObjCForCollection()
DSemaExpr.cpp11238 VarDecl *IterationVar in captureInLambda() local
11243 IndexVariables.push_back(IterationVar); in captureInLambda()
11244 LSI->ArrayIndexVars.push_back(IterationVar); in captureInLambda()
11248 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc); in captureInLambda()
/external/clang/include/clang/Sema/
DSema.h7548 DeclGroupPtrTy IterationVar);