Searched refs:RangeDecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp826 VarDecl *RangeDecl = dyn_cast_or_null<VarDecl>(RangeStmt->getSingleDecl()); local
827 assert(RangeDecl &&& "for-range should have a single var decl");
828 return RangeDecl->getInit();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1772 StmtResult RangeDecl = ActOnDeclStmt(RangeGroup, RangeLoc, RangeLoc); local
1773 if (RangeDecl.isInvalid())
1776 return BuildCXXForRangeStmt(ForLoc, ColonLoc, RangeDecl.get(),
1906 Stmt *RangeDecl, Stmt *BeginEnd, Expr *Cond,
1911 DeclStmt *RangeDS = cast<DeclStmt>(RangeDecl);
1905 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2780 Stmt *RangeDecl, Stmt *BeginEndDecl,

Completed in 115 milliseconds