Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9718 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> RHSProtocolSet; in getIntersectionOfProtocols() local
9722 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
9726 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()
9730 if (RHSProtocolSet.count(proto)) in getIntersectionOfProtocols()