Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp547 std::vector<std::pair<unsigned, const Section *>> LineAndSectionEntry; in processSections() local
548 LineAndSectionEntry.reserve(Sections.size()); in processSections()
560 LineAndSectionEntry.emplace_back(DiagLine, &Entry); in processSections()
562 llvm::sort(LineAndSectionEntry); in processSections()
564 for (const auto &[_, SectionEntry] : LineAndSectionEntry) { in processSections()