Home
last modified time | relevance | path

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

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