Home
last modified time | relevance | path

Searched refs:BatchDiags (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp410 std::vector<const PathDiagnostic *> BatchDiags; in FlushDiagnostics() local
412 BatchDiags.push_back(&D); in FlushDiagnostics()
424 array_pod_sort(BatchDiags.begin(), BatchDiags.end(), Comp); in FlushDiagnostics()
426 FlushDiagnosticsImpl(BatchDiags, Files); in FlushDiagnostics()
429 for (const auto D : BatchDiags) in FlushDiagnostics()