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

/external/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp41 FlushDiagnostics();
48 void AnalysisManager::FlushDiagnostics() { function in class:AnalysisManager
53 (*I)->FlushDiagnostics(&filesMade);
H A DHTMLDiagnostics.cpp48 virtual ~HTMLDiagnostics() { FlushDiagnostics(nullptr); }
H A DPathDiagnostic.cpp420 void PathDiagnosticConsumer::FlushDiagnostics( function in class:PathDiagnosticConsumer
/external/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h48 /// FlushDiagnostics - Flush the buffered diagnostics to an given
50 void FlushDiagnostics(DiagnosticsEngine &Diags) const;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h99 void FlushDiagnostics();
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp48 void TextDiagnosticBuffer::FlushDiagnostics(DiagnosticsEngine &Diags) const { function in class:TextDiagnosticBuffer
/external/clang/tools/driver/
H A Dcc1_main.cpp107 DiagsBuffer->FlushDiagnostics(Clang->getDiagnostics());
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp81 DiagsBuffer->FlushDiagnostics(*FinalDiags);
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp390 diag_buf->FlushDiagnostics (m_compiler->getDiagnostics());
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h91 void FlushDiagnostics(FilesMade *FilesMade);

Completed in 1684 milliseconds