Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7081 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> RHSProtocolSet; in getIntersectionOfProtocols() local
7085 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
7089 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()
7093 if (RHSProtocolSet.count(proto)) in getIntersectionOfProtocols()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp8939 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> RHSProtocolSet; in getIntersectionOfProtocols() local
8943 Context.CollectInheritedProtocols(proto, RHSProtocolSet); in getIntersectionOfProtocols()
8947 Context.CollectInheritedProtocols(RHS->getInterface(), RHSProtocolSet); in getIntersectionOfProtocols()
8951 if (RHSProtocolSet.count(proto)) in getIntersectionOfProtocols()