Searched refs:EndType (Results 1 – 1 of 1) sorted by relevance
2243 QualType BeginType = BeginVar->getType(), EndType = EndVar->getType(); in BuildCXXForRangeStmt() local2244 if (!Context.hasSameType(BeginType, EndType)) { in BuildCXXForRangeStmt()2246 << BeginType << EndType; in BuildCXXForRangeStmt()2264 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(), in BuildCXXForRangeStmt()2278 if (!Context.hasSameType(BeginType, EndType)) in BuildCXXForRangeStmt()