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

  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 1 //===--- HTMLDiagnostics.cpp - HTML Diagnostics for Paths ----*- C++ -*-===//
10 // This file defines the HTMLDiagnostics object.
40 class HTMLDiagnostics : public PathDiagnosticConsumer {
46 HTMLDiagnostics(AnalyzerOptions &AnalyzerOpts, const std::string& prefix, const Preprocessor &pp);
48 virtual ~HTMLDiagnostics() { FlushDiagnostics(nullptr); }
54 return "HTMLDiagnostics";
74 HTMLDiagnostics::HTMLDiagnostics(AnalyzerOptions &AnalyzerOpts,
84 C.push_back(new HTMLDiagnostics(AnalyzerOpts, prefix, PP));
91 void HTMLDiagnostics::FlushDiagnosticsImpl
    [all...]
Android.mk 37 HTMLDiagnostics.cpp \

Completed in 67 milliseconds