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.
38 class HTMLDiagnostics : public PathDiagnosticConsumer {
43 HTMLDiagnostics(const std::string& prefix, const Preprocessor &pp);
45 virtual ~HTMLDiagnostics() { FlushDiagnostics(NULL); }
51 return "HTMLDiagnostics";
71 HTMLDiagnostics::HTMLDiagnostics(const std::string& prefix,
83 C.push_back(new HTMLDiagnostics(prefix, PP));
90 void HTMLDiagnostics::FlushDiagnosticsImpl
    [all...]
Android.mk 36 HTMLDiagnostics.cpp \

Completed in 35 milliseconds