Searched refs:Diagnostic (Results 1 - 14 of 14) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticPrinter.h12 #include <mcld/LD/Diagnostic.h>
40 const Diagnostic& pInfo);
H A DDiagnostic.h1 //===- Diagnostic.h -------------------------------------------------------===//
18 /** \class Diagnostic
19 * \brief Diagnostic provides current status to DiagnosticPrinters.
21 class Diagnostic class in namespace:mcld
24 Diagnostic(DiagnosticEngine& pEngine);
26 ~Diagnostic();
H A DTextDiagnosticPrinter.h32 const Diagnostic& pInfo);
H A DDiagnosticEngine.h89 friend class Diagnostic;
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticPrinter.cpp28 const Diagnostic& pInfo)
H A DDiagnostic.cpp1 //===- Diagnostic.cpp -----------------------------------------------------===//
9 #include <mcld/LD/Diagnostic.h>
19 // Diagnostic
20 Diagnostic::Diagnostic(DiagnosticEngine& pEngine) function in class:Diagnostic
24 Diagnostic::~Diagnostic()
30 void Diagnostic::format(std::string& pOutStr) const
38 const char* Diagnostic::findMatch(char pVal,
70 void Diagnostic
[all...]
H A DDiagnosticInfos.cpp14 #include <mcld/LD/Diagnostic.h>
111 Diagnostic info(pEngine);
H A DAndroid.mk14 Diagnostic.cpp \
H A DTextDiagnosticPrinter.cpp39 const Diagnostic& pInfo)
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.cpp43 clang::Diagnostic const &Info) {
72 slangAssert(0 && "Diagnostic not handled during diagnostic buffering!");
H A Dslang_diagnostic_buffer.h22 #include "clang/Basic/Diagnostic.h"
46 const clang::Diagnostic& Info);
H A Dslang_rs_ast_replace.h26 class Diagnostic;
H A Dslang.h47 class Diagnostic;
84 std::unique_ptr<clang::Diagnostic> mDiag;
H A Dslang.cpp273 mDiag.reset(new clang::Diagnostic(mDiagEngine));

Completed in 146 milliseconds