Searched refs:BatchDiags (Results 1 – 1 of 1) sorted by relevance
364 std::vector<const PathDiagnostic *> BatchDiags; in FlushDiagnostics() local368 BatchDiags.push_back(D); in FlushDiagnostics()373 if (!BatchDiags.empty()) in FlushDiagnostics()374 std::sort(BatchDiags.begin(), BatchDiags.end(), CompareDiagnostics()); in FlushDiagnostics()376 FlushDiagnosticsImpl(BatchDiags, Files); in FlushDiagnostics()379 for (std::vector<const PathDiagnostic *>::iterator it = BatchDiags.begin(), in FlushDiagnostics()380 et = BatchDiags.end(); it != et; ++it) { in FlushDiagnostics()