Home
last modified time | relevance | path

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

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