Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9053 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> RHSProtocolSet; in getIntersectionOfProtocols() local
9057 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
9061 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()
9065 if (RHSProtocolSet.count(proto)) in getIntersectionOfProtocols()