Lines Matching refs:getInterface
5402 if (LHS->getInterface() && RHS->getInterface()) in canAssignObjCInterfaces()
5456 assert(LHS->getInterface() && "LHS must have an interface base"); in getIntersectionOfProtocols()
5457 assert(RHS->getInterface() && "RHS must have an interface base"); in getIntersectionOfProtocols()
5465 Context.CollectInheritedProtocols(LHS->getInterface(), in getIntersectionOfProtocols()
5480 Context.CollectInheritedProtocols(RHS->getInterface(), in getIntersectionOfProtocols()
5499 const ObjCInterfaceDecl* LDecl = LHS->getInterface(); in areCommonBaseCompatible()
5500 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible()
5523 assert(LHS->getInterface() && "LHS is not an interface type"); in canAssignObjCInterfaces()
5524 assert(RHS->getInterface() && "RHS is not an interface type"); in canAssignObjCInterfaces()
5528 if (!LHS->getInterface()->isSuperClassOf(RHS->getInterface())) in canAssignObjCInterfaces()
5543 LHS->getInterface()->isSuperClassOf(RHS->getInterface()); in canAssignObjCInterfaces()
5550 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()