Searched refs:SortedEnd (Results 1 – 2 of 2) sorted by relevance
185 auto SortedEnd = SortedUsingDeclarations[I].Line->Last->Tok.getEndLoc(); in endUsingDeclarationBlock() local187 SourceMgr.getCharacterData(SortedEnd) - in endUsingDeclarationBlock()
2299 auto SortedEnd = SortedUsage.end(); in noteSLocAddressSpaceUsage() local2301 SortedEnd = SortedUsage.begin() + *MaxNotes; in noteSLocAddressSpaceUsage()2302 std::nth_element(SortedUsage.begin(), SortedEnd, SortedUsage.end(), Cmp); in noteSLocAddressSpaceUsage()2304 std::sort(SortedUsage.begin(), SortedEnd, Cmp); in noteSLocAddressSpaceUsage()2318 llvm::make_range(SortedUsage.begin(), SortedEnd)) { in noteSLocAddressSpaceUsage()2328 << (SortedUsage.end() - SortedEnd) << CountedSize - ReportedSize; in noteSLocAddressSpaceUsage()