HomeSort by relevance Sort by last modified time
    Searched refs:FlushDiagnostics (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
AnalysisManager.cpp 44 FlushDiagnostics();
51 void AnalysisManager::FlushDiagnostics() {
56 (*I)->FlushDiagnostics(&filesMade);
HTMLDiagnostics.cpp 48 ~HTMLDiagnostics() override { FlushDiagnostics(nullptr); }
PathDiagnostic.cpp 419 void PathDiagnosticConsumer::FlushDiagnostics(
    [all...]
  /external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 48 /// FlushDiagnostics - Flush the buffered diagnostics to an given
50 void FlushDiagnostics(DiagnosticsEngine &Diags) const;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 102 void FlushDiagnostics();
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 48 void TextDiagnosticBuffer::FlushDiagnostics(DiagnosticsEngine &Diags) const {
  /external/clang/tools/driver/
cc1_main.cpp 105 DiagsBuffer->FlushDiagnostics(Clang->getDiagnostics());
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 81 DiagsBuffer->FlushDiagnostics(*FinalDiags);
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 390 diag_buf->FlushDiagnostics (m_compiler->getDiagnostics());
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 95 void FlushDiagnostics(FilesMade *FilesMade);

Completed in 258 milliseconds