Searched refs:SuperClassInheritedProtocols (Results 1 – 1 of 1) sorted by relevance
9329 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local9330 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()9334 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()9336 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()9341 for (auto *SuperClassProto : SuperClassInheritedProtocols) in canAssignObjCInterfaces()