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

/external/clang/lib/AST/
H A DASTContext.cpp6070 unsigned RHSNumProtocols = RHS->getNumProtocols(); local
6071 if (RHSNumProtocols > 0) {
6074 for (unsigned i = 0; i < RHSNumProtocols; ++i)

Completed in 117 milliseconds