Searched refs:EndType (Results 1 – 2 of 2) sorted by relevance
73 ;EndType ENDTYPE
2964 QualType BeginType = BeginVar->getType(), EndType = EndVar->getType(); in BuildCXXForRangeStmt() local2965 if (!Context.hasSameType(BeginType, EndType)) { in BuildCXXForRangeStmt()2969 << BeginType << EndType; in BuildCXXForRangeStmt()2985 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(), in BuildCXXForRangeStmt()3002 if (!Context.hasSameType(BeginType, EndType)) in BuildCXXForRangeStmt()