Searched refs:SuperClassInheritedProtocols (Results 1 – 1 of 1) sorted by relevance
10628 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local10629 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()10633 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()10635 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()10640 for (auto *SuperClassProto : SuperClassInheritedProtocols) in canAssignObjCInterfaces()