Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp424 std::vector<const PathDiagnostic *> BatchDiags; in FlushDiagnostics() local
428 BatchDiags.push_back(D); in FlushDiagnostics()
441 array_pod_sort(BatchDiags.begin(), BatchDiags.end(), Comp); in FlushDiagnostics()
443 FlushDiagnosticsImpl(BatchDiags, Files); in FlushDiagnostics()
446 for (std::vector<const PathDiagnostic *>::iterator it = BatchDiags.begin(), in FlushDiagnostics()
447 et = BatchDiags.end(); it != et; ++it) { in FlushDiagnostics()