Searched refs:FlushDiagnostics (Results 1 – 8 of 8) sorted by relevance
52 FlushDiagnostics(); in ~AnalysisManager()58 void AnalysisManager::FlushDiagnostics() { in FlushDiagnostics() function in AnalysisManager61 Consumer->FlushDiagnostics(&filesMade); in FlushDiagnostics()
82 ~HTMLDiagnostics() override { FlushDiagnostics(nullptr); } in ~HTMLDiagnostics()
58 void FlushDiagnostics(DiagnosticsEngine &Diags) const;
98 void FlushDiagnostics();
275 DiagsBuffer->FlushDiagnostics(Clang->getDiagnostics()); in cc1_main()
133 void FlushDiagnostics(FilesMade *FilesMade);
110 DiagsBuffer->FlushDiagnostics(Clang->getDiagnostics()); in CreateCI()
401 void PathDiagnosticConsumer::FlushDiagnostics( in FlushDiagnostics() function in PathDiagnosticConsumer