Searched refs:SuperClassInheritedProtocols (Results 1 – 1 of 1) sorted by relevance
8376 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local8377 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()8381 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()8383 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()8388 for (auto *SuperClassProto : SuperClassInheritedProtocols) in canAssignObjCInterfaces()