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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6859 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; local
6860 CollectInheritedProtocols(lhsID, LHSInheritedProtocols);
6864 if (LHSInheritedProtocols.empty() && lhsOPT->qual_empty())
6866 for (auto *lhsProto : LHSInheritedProtocols) {

Completed in 175 milliseconds