Searched defs:InheritedProtocolSet (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp6630 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> InheritedProtocolSet; local
6633 InheritedProtocolSet.insert(LHS->qual_begin(), LHS->qual_end());
6638 InheritedProtocolSet.insert(LHSInheritedProtocols.begin(),
6647 if (InheritedProtocolSet.count(RHSProtocols[i]))
6656 if (InheritedProtocolSet.count((*I)))

Completed in 64 milliseconds