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

/external/clang/lib/AST/
H A DStmt.cpp789 Expr *Cond, Expr *Inc, DeclStmt *LoopVar,
797 SubExprs[LOOPVAR] = LoopVar;
788 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CL, SourceLocation RPL) argument
/external/clang/lib/Sema/
H A DSemaStmt.cpp1917 Decl *LoopVar = DS->getSingleDecl(); local
1918 if (LoopVar->isInvalidDecl() || !Range ||
1920 LoopVar->setInvalidDecl();
1931 LoopVar->setInvalidDecl();
1941 LoopVar->setInvalidDecl();
2101 VarDecl *LoopVar = cast<VarDecl>(LoopVarDS->getSingleDecl()); local
2105 InvalidateOnErrorScope Invalidate(*this, LoopVar,
2106 LoopVar->getType()->isUndeducedType());
2117 if (!LoopVar->isInvalidDecl() && Kind != BFRK_Check)
2118 LoopVar
[all...]
H A DTreeTransform.h1599 Stmt *LoopVar,
1612 return getSema().ActOnObjCForCollectionStmt(ForLoc, LoopVar, RangeExpr,
1619 Cond, Inc, LoopVar, RParenLoc,
6193 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); local
6194 if (LoopVar.isInvalid())
6203 LoopVar.get() != S->getLoopVarStmt()) {
6207 Inc.get(), LoopVar.get(),
6223 Inc.get(), LoopVar.get(),
1595 RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *Range, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) argument

Completed in 79 milliseconds