Searched refs:SuperClassInheritedProtocols (Results 1 – 1 of 1) sorted by relevance
7323 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local7324 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()7328 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()7330 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()7335 for (auto *SuperClassProto : SuperClassInheritedProtocols) in canAssignObjCInterfaces()