Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10376 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSProtocolSet; in getIntersectionOfProtocols() local
10380 Context.CollectInheritedProtocols(proto, LHSProtocolSet); in getIntersectionOfProtocols()
10384 Context.CollectInheritedProtocols(LHS->getInterface(), LHSProtocolSet); in getIntersectionOfProtocols()
10398 for (auto *proto : LHSProtocolSet) { in getIntersectionOfProtocols()