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

/external/clang/lib/AST/
H A DASTContext.cpp6650 llvm::SmallPtrSet<ObjCProtocolDecl *, 8> RHSInheritedProtocols; local
6652 RHSInheritedProtocols);
6654 RHSInheritedProtocols.begin(),
6655 E = RHSInheritedProtocols.end(); I != E; ++I)

Completed in 119 milliseconds