Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8134 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> RHSProtocolSet; in getIntersectionOfProtocols() local
8138 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
8142 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()
8146 if (RHSProtocolSet.count(proto)) in getIntersectionOfProtocols()