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