Searched defs:Diagnostic (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnostic.h1 //===- Diagnostic.h -------------------------------------------------------===//
19 /** \class Diagnostic
20 * \brief Diagnostic provides current status to DiagnosticPrinters.
22 class Diagnostic { class in namespace:mcld
24 explicit Diagnostic(DiagnosticEngine& pEngine);
26 ~Diagnostic();
/frameworks/compile/mclinker/lib/LD/
H A DDiagnostic.cpp1 //===- Diagnostic.cpp -----------------------------------------------------===//
9 #include "mcld/LD/Diagnostic.h"
22 // Diagnostic
23 Diagnostic::Diagnostic(DiagnosticEngine& pEngine) : m_Engine(pEngine) { function in class:mcld::Diagnostic
26 Diagnostic::~Diagnostic() {
31 void Diagnostic::format(std::string& pOutStr) const {
38 const char* Diagnostic::findMatch(char pVal,
70 void Diagnostic
[all...]

Completed in 61 milliseconds