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

/external/clang/lib/AST/
H A DStmt.cpp811 Expr *Cond, Expr *Inc, DeclStmt *LoopVar,
819 SubExprs[LOOPVAR] = LoopVar;
810 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.cpp1817 VarDecl *LoopVar = cast<VarDecl>(LoopVarDS->getSingleDecl()); local
2007 if (!LoopVar->isInvalidDecl()) {
2008 AddInitializerToDecl(LoopVar, DerefExpr.get(), /*DirectInit=*/false,
2010 if (LoopVar->isInvalidDecl())
H A DTreeTransform.h1330 Stmt *LoopVar,
1333 Cond, Inc, LoopVar, RParenLoc, false);
5879 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); local
5880 if (LoopVar.isInvalid())
5889 LoopVar.get() != S->getLoopVarStmt())
5893 Inc.get(), LoopVar.get(),
5906 Inc.get(), LoopVar.get(),
1326 RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *Range, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) argument

Completed in 313 milliseconds