Searched refs:LoopVarDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2117 Stmt *LoopVarDecl, in RebuildForRangeWithDereference() argument 2133 S, ForLoc, CoawaitLoc, LoopVarDecl, ColonLoc, AdjustedRange.get(), in RebuildForRangeWithDereference() 2144 return SemaRef.ActOnCXXForRangeStmt(S, ForLoc, CoawaitLoc, LoopVarDecl, in RebuildForRangeWithDereference() 2170 Expr *Inc, Stmt *LoopVarDecl, in BuildCXXForRangeStmt() argument 2187 DeclStmt *LoopVarDS = cast<DeclStmt>(LoopVarDecl); in BuildCXXForRangeStmt() 2309 LoopVarDecl, ColonLoc, in BuildCXXForRangeStmt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3454 Stmt *LoopVarDecl,
|