Searched refs:EndType (Results 1 – 1 of 1) sorted by relevance
2916 QualType BeginType = BeginVar->getType(), EndType = EndVar->getType(); in BuildCXXForRangeStmt() local2917 if (!Context.hasSameType(BeginType, EndType)) { in BuildCXXForRangeStmt()2921 << BeginType << EndType; in BuildCXXForRangeStmt()2937 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(), in BuildCXXForRangeStmt()2954 if (!Context.hasSameType(BeginType, EndType)) in BuildCXXForRangeStmt()