Searched refs:SuperClassInheritedProtocols (Results 1 – 1 of 1) sorted by relevance
11201 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local11202 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()11206 CollectInheritedProtocols(RHSPI, SuperClassInheritedProtocols); in canAssignObjCInterfaces()11208 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()11213 for (auto *SuperClassProto : SuperClassInheritedProtocols) in canAssignObjCInterfaces()