Searched refs:RHSSuper (Results 1 – 1 of 1) sorted by relevance
10654 const ObjCObjectType *RHSSuper = RHS; in canAssignObjCInterfaces() local10655 while (!declaresSameEntity(RHSSuper->getInterface(), LHSInterface)) in canAssignObjCInterfaces()10656 RHSSuper = RHSSuper->getSuperClassType()->castAs<ObjCObjectType>(); in canAssignObjCInterfaces()10659 if (RHSSuper->isSpecialized() && in canAssignObjCInterfaces()10661 LHS->getTypeArgs(), RHSSuper->getTypeArgs(), in canAssignObjCInterfaces()