Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp6909 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> RHSProtocolSet; in getIntersectionOfProtocols() local
6913 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
6917 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()
6921 if (RHSProtocolSet.count(proto)) in getIntersectionOfProtocols()