Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp186 auto SortedEnd = SortedUsingDeclarations[I].Line->Last->Tok.getEndLoc(); in endUsingDeclarationBlock() local
188 SourceMgr.getCharacterData(SortedEnd) - in endUsingDeclarationBlock()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2301 auto SortedEnd = SortedUsage.end(); in noteSLocAddressSpaceUsage() local
2303 SortedEnd = SortedUsage.begin() + *MaxNotes; in noteSLocAddressSpaceUsage()
2304 std::nth_element(SortedUsage.begin(), SortedEnd, SortedUsage.end(), Cmp); in noteSLocAddressSpaceUsage()
2306 std::sort(SortedUsage.begin(), SortedEnd, Cmp); in noteSLocAddressSpaceUsage()
2319 llvm::make_range(SortedUsage.begin(), SortedEnd)) { in noteSLocAddressSpaceUsage()
2329 << (SortedUsage.end() - SortedEnd) << CountedSize - ReportedSize; in noteSLocAddressSpaceUsage()