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