Searched refs:SuperClassInheritedProtocols (Results 1 – 1 of 1) sorted by relevance
6795 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> SuperClassInheritedProtocols; in canAssignObjCInterfaces() local6796 CollectInheritedProtocols(RHS->getInterface(), SuperClassInheritedProtocols); in canAssignObjCInterfaces()6798 if (SuperClassInheritedProtocols.empty()) in canAssignObjCInterfaces()6808 SuperClassInheritedProtocols.begin(), in canAssignObjCInterfaces()6809 E = SuperClassInheritedProtocols.end(); I != E; ++I) { in canAssignObjCInterfaces()