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.cpp10405 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> ImpliedProtocols; in getIntersectionOfProtocols() local
10406 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()
10409 if (!ImpliedProtocols.empty()) { in getIntersectionOfProtocols()
10411 return ImpliedProtocols.contains(proto); in getIntersectionOfProtocols()