Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Analysis/
DPathDiagnostic.cpp408 std::vector<const PathDiagnostic *> BatchDiags; in FlushDiagnostics() local
410 BatchDiags.push_back(&D); in FlushDiagnostics()
422 array_pod_sort(BatchDiags.begin(), BatchDiags.end(), Comp); in FlushDiagnostics()
424 FlushDiagnosticsImpl(BatchDiags, Files); in FlushDiagnostics()
427 for (const auto D : BatchDiags) in FlushDiagnostics()