Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5686 auto ProtocolsEnd = std::unique(Protocols.begin(), Protocols.end()); in SortAndUniqueProtocols() local
5687 Protocols.erase(ProtocolsEnd, Protocols.end()); in SortAndUniqueProtocols()