Searched refs:BatchDiags (Results 1 – 1 of 1) sorted by relevance
366 std::vector<const PathDiagnostic *> BatchDiags; in FlushDiagnostics() local370 BatchDiags.push_back(D); in FlushDiagnostics()375 if (!BatchDiags.empty()) in FlushDiagnostics()376 std::sort(BatchDiags.begin(), BatchDiags.end(), CompareDiagnostics()); in FlushDiagnostics()378 FlushDiagnosticsImpl(BatchDiags, Files); in FlushDiagnostics()381 for (std::vector<const PathDiagnostic *>::iterator it = BatchDiags.begin(), in FlushDiagnostics()382 et = BatchDiags.end(); it != et; ++it) { in FlushDiagnostics()