Searched refs:RHSSuper (Results 1 – 1 of 1) sorted by relevance
7349 const ObjCObjectType *RHSSuper = RHS; in canAssignObjCInterfaces() local7350 while (!declaresSameEntity(RHSSuper->getInterface(), LHSInterface)) in canAssignObjCInterfaces()7351 RHSSuper = RHSSuper->getSuperClassType()->castAs<ObjCObjectType>(); in canAssignObjCInterfaces()7354 if (RHSSuper->isSpecialized() && in canAssignObjCInterfaces()7356 LHS->getTypeArgs(), RHSSuper->getTypeArgs(), in canAssignObjCInterfaces()