Searched refs:RHSProtocolSet (Results 1 – 1 of 1) sorted by relevance
8134 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> RHSProtocolSet; in getIntersectionOfProtocols() local8138 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()8142 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()8146 if (RHSProtocolSet.count(proto)) in getIntersectionOfProtocols()