Home
last modified time | relevance | path

Searched refs:InheritedProtocolSet (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp6630 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> InheritedProtocolSet; in getIntersectionOfProtocols() local
6633 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()