Lines Matching refs:getInterface
6699 if (LHS->getInterface() && RHS->getInterface()) in canAssignObjCInterfaces()
6753 assert(LHS->getInterface() && "LHS must have an interface base"); in getIntersectionOfProtocols()
6754 assert(RHS->getInterface() && "RHS must have an interface base"); in getIntersectionOfProtocols()
6762 Context.CollectInheritedProtocols(LHS->getInterface(), in getIntersectionOfProtocols()
6777 Context.CollectInheritedProtocols(RHS->getInterface(), in getIntersectionOfProtocols()
6794 const ObjCInterfaceDecl* LDecl = LHS->getInterface(); in areCommonBaseCompatible()
6795 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible()
6818 assert(LHS->getInterface() && "LHS is not an interface type"); in canAssignObjCInterfaces()
6819 assert(RHS->getInterface() && "RHS is not an interface type"); in canAssignObjCInterfaces()
6823 if (!LHS->getInterface()->isSuperClassOf(RHS->getInterface())) in canAssignObjCInterfaces()
6836 LHS->getInterface()->isSuperClassOf(RHS->getInterface()); in canAssignObjCInterfaces()
6843 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()