Home
last modified time | relevance | path

Searched refs:LoopVarDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp2039 Stmt *LoopVarDecl, in RebuildForRangeWithDereference() argument
2055 SemaRef.ActOnCXXForRangeStmt(ForLoc, LoopVarDecl, ColonLoc, in RebuildForRangeWithDereference()
2067 return SemaRef.ActOnCXXForRangeStmt(ForLoc, LoopVarDecl, ColonLoc, in RebuildForRangeWithDereference()
2092 Expr *Inc, Stmt *LoopVarDecl, in BuildCXXForRangeStmt() argument
2100 DeclStmt *LoopVarDS = cast<DeclStmt>(LoopVarDecl); in BuildCXXForRangeStmt()
2220 LoopVarDecl, ColonLoc, in BuildCXXForRangeStmt()
/external/clang/include/clang/Sema/
DSema.h3070 Stmt *LoopVarDecl,