Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2067 Stmt *LoopVarDecl, in RebuildForRangeWithDereference() argument
2083 SemaRef.ActOnCXXForRangeStmt(ForLoc, LoopVarDecl, ColonLoc, in RebuildForRangeWithDereference()
2095 return SemaRef.ActOnCXXForRangeStmt(ForLoc, LoopVarDecl, ColonLoc, in RebuildForRangeWithDereference()
2120 Expr *Inc, Stmt *LoopVarDecl, in BuildCXXForRangeStmt() argument
2128 DeclStmt *LoopVarDS = cast<DeclStmt>(LoopVarDecl); in BuildCXXForRangeStmt()
2248 LoopVarDecl, ColonLoc, in BuildCXXForRangeStmt()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h3193 Stmt *LoopVarDecl,