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

/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticPrinter.h15 #include <mcld/LD/Diagnostic.h>
43 const Diagnostic& pInfo);
H A DDiagnostic.h1 //===- Diagnostic.h -------------------------------------------------------===//
22 /** \class Diagnostic
23 * \brief Diagnostic provides current status to DiagnosticPrinters.
25 class Diagnostic class in namespace:mcld
28 Diagnostic(DiagnosticEngine& pEngine);
30 ~Diagnostic();
H A DTextDiagnosticPrinter.h35 const Diagnostic& pInfo);
H A DDiagnosticEngine.h93 friend class Diagnostic;
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticPrinter.cpp27 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>
103 Diagnostic info(pEngine);
H A DAndroid.mk14 Diagnostic.cpp \
H A DTextDiagnosticPrinter.cpp42 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.h45 class Diagnostic;
82 llvm::OwningPtr<clang::Diagnostic> mDiag;
H A Dslang.cpp269 mDiag.reset(new clang::Diagnostic(mDiagEngine));
/frameworks/compile/llvm-ndk-cc/
H A DCompiler.h25 class Diagnostic;

Completed in 195 milliseconds