Searched refs:BeginVar (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2522 QualType RangeType, VarDecl *BeginVar, VarDecl *EndVar, in BuildNonArrayForRange() argument 2557 if (FinishForRangeVarDecl(SemaRef, BeginVar, BeginExpr->get(), ColonLoc, in BuildNonArrayForRange() 2761 VarDecl *BeginVar = BuildForRangeVarDecl(*this, ColonLoc, AutoType, in BuildCXXForRangeStmt() local 2781 if (FinishForRangeVarDecl(*this, BeginVar, BeginRangeRef.get(), ColonLoc, in BuildCXXForRangeStmt() 2864 *this, BeginRangeRef.get(), EndRangeRef.get(), RangeType, BeginVar, in BuildCXXForRangeStmt() 2916 QualType BeginType = BeginVar->getType(), EndType = EndVar->getType(); in BuildCXXForRangeStmt() 2927 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt() 2932 ExprResult BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() 2960 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt() 2981 BeginRef = BuildDeclRefExpr(BeginVar, BeginRefNonRefType, in BuildCXXForRangeStmt()
|