Searched refs:LHSProtocolSet (Results 1 – 1 of 1) sorted by relevance
8123 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSProtocolSet; in getIntersectionOfProtocols() local8127 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols()8131 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols()8145 for (auto proto : LHSProtocolSet) { in getIntersectionOfProtocols()