Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9955 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> ImpliedProtocols; in getIntersectionOfProtocols() local
9956 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()
9959 if (!ImpliedProtocols.empty()) { in getIntersectionOfProtocols()
9961 return ImpliedProtocols.contains(proto); in getIntersectionOfProtocols()