Searched refs:LHSInheritedProtocols (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp6817 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; local
6818 CollectInheritedProtocols(lhsID, LHSInheritedProtocols);
6822 if (LHSInheritedProtocols.empty() && lhsOPT->qual_empty())
6824 for (auto *lhsProto : LHSInheritedProtocols) {

Completed in 50 milliseconds