Searched refs:InheritedProtocolSet (Results 1 – 1 of 1) sorted by relevance
6630 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> InheritedProtocolSet; in getIntersectionOfProtocols() local6633 InheritedProtocolSet.insert(LHS->qual_begin(), LHS->qual_end()); in getIntersectionOfProtocols()6638 InheritedProtocolSet.insert(LHSInheritedProtocols.begin(), in getIntersectionOfProtocols()6647 if (InheritedProtocolSet.count(RHSProtocols[i])) in getIntersectionOfProtocols()6656 if (InheritedProtocolSet.count((*I))) in getIntersectionOfProtocols()