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

/external/clang/lib/AST/
H A DASTContext.cpp5947 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; local
5948 CollectInheritedProtocols(lhsID, LHSInheritedProtocols);
5952 if (LHSInheritedProtocols.empty() && lhsOPT->qual_empty())
5955 LHSInheritedProtocols.begin(),
5956 E = LHSInheritedProtocols.end(); I != E; ++I) {
6063 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> LHSInheritedProtocols; local
6065 LHSInheritedProtocols);
6066 InheritedProtocolSet.insert(LHSInheritedProtocols.begin(),
6067 LHSInheritedProtocols.end());

Completed in 50 milliseconds