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

/external/clang/lib/AST/
H A DASTContext.cpp6475 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> RHSInheritedProtocols; local
6477 RHSInheritedProtocols);
6479 RHSInheritedProtocols.begin(),
6480 E = RHSInheritedProtocols.end(); I != E; ++I)

Completed in 31 milliseconds