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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 109 ~AnalysisManager() { FlushDiagnostics(); }
149 void FlushDiagnostics() {
151 PD->FlushDiagnostics(0);
  /external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 45 /// FlushDiagnostics - Flush the buffered diagnostics to an given
47 void FlushDiagnostics(DiagnosticsEngine &Diags) const;
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 45 void TextDiagnosticBuffer::FlushDiagnostics(DiagnosticsEngine &Diags) const {
  /external/clang/tools/driver/
cc1_main.cpp 160 DiagsBuffer->FlushDiagnostics(Clang->getDiagnostics());
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 59 void FlushDiagnostics(SmallVectorImpl<std::string> *FilesMade);
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 45 virtual ~HTMLDiagnostics() { FlushDiagnostics(NULL); }
PathDiagnostic.cpp 210 PathDiagnosticConsumer::FlushDiagnostics(SmallVectorImpl<std::string> *Files) {

Completed in 139 milliseconds