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

/external/clang/lib/AST/
H A DASTContext.cpp3468 ObjCProtocolDecl **ProtocolsEnd = Protocols+NumProtocols; local
3478 ProtocolsEnd = std::unique(Protocols, ProtocolsEnd);
3479 NumProtocols = ProtocolsEnd-Protocols;

Completed in 268 milliseconds