Lines Matching refs:getInterface
6001 if (LHS->getInterface() && RHS->getInterface()) in canAssignObjCInterfaces()
6055 assert(LHS->getInterface() && "LHS must have an interface base"); in getIntersectionOfProtocols()
6056 assert(RHS->getInterface() && "RHS must have an interface base"); in getIntersectionOfProtocols()
6064 Context.CollectInheritedProtocols(LHS->getInterface(), in getIntersectionOfProtocols()
6079 Context.CollectInheritedProtocols(RHS->getInterface(), in getIntersectionOfProtocols()
6098 const ObjCInterfaceDecl* LDecl = LHS->getInterface(); in areCommonBaseCompatible()
6099 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible()
6122 assert(LHS->getInterface() && "LHS is not an interface type"); in canAssignObjCInterfaces()
6123 assert(RHS->getInterface() && "RHS is not an interface type"); in canAssignObjCInterfaces()
6127 if (!LHS->getInterface()->isSuperClassOf(RHS->getInterface())) in canAssignObjCInterfaces()
6142 LHS->getInterface()->isSuperClassOf(RHS->getInterface()); in canAssignObjCInterfaces()
6149 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()