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

/external/clang/lib/Sema/
H A DSemaStmt.cpp1789 Stmt *LoopVarDecl,
1797 SemaRef.ActOnCXXForRangeStmt(ForLoc, LoopVarDecl, ColonLoc,
1808 Expr *Inc, Stmt *LoopVarDecl,
1816 DeclStmt *LoopVarDS = cast<DeclStmt>(LoopVarDecl);
1908 LoopVarDecl, ColonLoc,
1787 RebuildForRangeWithDereference(Sema &SemaRef, Scope *S, SourceLocation ForLoc, Stmt *LoopVarDecl, SourceLocation ColonLoc, Expr *Range, SourceLocation RangeLoc, SourceLocation RParenLoc) argument
1806 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, bool ShouldTryDeref) argument

Completed in 60 milliseconds