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

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp427 std::vector<const PathDiagnostic *> BatchDiags; local
431 BatchDiags.push_back(D);
436 if (!BatchDiags.empty())
437 std::sort(BatchDiags.begin(), BatchDiags.end(),
442 FlushDiagnosticsImpl(BatchDiags, Files);
445 for (std::vector<const PathDiagnostic *>::iterator it = BatchDiags.begin(),
446 et = BatchDiags.end(); it != et; ++it) {

Completed in 87 milliseconds