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

/external/clang/lib/AST/
H A DASTContext.cpp6644 ObjCProtocolDecl **RHSProtocols = local
6647 if (InheritedProtocolSet.count(RHSProtocols[i]))
6648 IntersectionOfProtocols.push_back(RHSProtocols[i]);

Completed in 72 milliseconds