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

  /frameworks/compile/mclinker/lib/LD/
DiagnosticPrinter.cpp 1 //===- DiagnosticPrinter.cpp ----------------------------------------------===//
9 #include <mcld/LD/DiagnosticPrinter.h>
14 // DiagnosticPrinter
16 DiagnosticPrinter::DiagnosticPrinter()
20 DiagnosticPrinter::~DiagnosticPrinter()
27 void DiagnosticPrinter::handleDiagnostic(DiagnosticEngine::Severity pSeverity,
DiagnosticEngine.cpp 10 #include <mcld/LD/DiagnosticPrinter.h>
51 void DiagnosticEngine::setPrinter(DiagnosticPrinter& pPrinter,
Android.mk 17 DiagnosticPrinter.cpp \
DiagnosticInfos.cpp 16 #include <mcld/LD/DiagnosticPrinter.h>
TextDiagnosticPrinter.cpp 44 DiagnosticPrinter::handleDiagnostic(pSeverity, pInfo);
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticPrinter.h 1 //===- DiagnosticPrinter.h ------------------------------------------------===//
20 /** \class DiagnosticPrinter
21 * \brief DiagnosticPrinter provides the interface to customize diagnostic
24 class DiagnosticPrinter
27 DiagnosticPrinter();
29 virtual ~DiagnosticPrinter();
DiagnosticEngine.h 23 class DiagnosticPrinter;
30 * Diagnostics and passes them to the DiagnosticPrinter for reporting to the
68 void setPrinter(DiagnosticPrinter& pPrinter, bool pShouldOwnPrinter = true);
70 const DiagnosticPrinter* getPrinter() const { return m_pPrinter; }
71 DiagnosticPrinter* getPrinter() { return m_pPrinter; }
74 DiagnosticPrinter* takePrinter() {
142 DiagnosticPrinter* m_pPrinter;
TextDiagnosticPrinter.h 14 #include <mcld/LD/DiagnosticPrinter.h>
23 * \brief The plain, text-based DiagnosticPrinter.
25 class TextDiagnosticPrinter : public DiagnosticPrinter
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.h 19 class DiagnosticPrinter;
49 mcld::DiagnosticPrinter* m_pPrinter;
UniqueGCFactoryBaseTest.h 14 #include <mcld/LD/DiagnosticPrinter.h>
  /frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp 11 #include <mcld/LD/DiagnosticPrinter.h>
32 DiagnosticPrinter* pPrinter)
38 DiagnosticPrinter* printer = new TextDiagnosticPrinter(mcld::errs(), pConfig);
  /frameworks/compile/libbcc/include/bcc/Support/
LinkerConfig.h 25 #include <mcld/LD/DiagnosticPrinter.h>
48 mcld::DiagnosticPrinter *mDiagPrinter;
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 19 class DiagnosticPrinter;
23 DiagnosticPrinter* pPrinter = NULL);
  /frameworks/compile/mclinker/tools/mcld/include/alone/Support/
LinkerConfig.h 18 #include <mcld/LD/DiagnosticPrinter.h>
41 mcld::DiagnosticPrinter *mDiagPrinter;
  /external/clang/unittests/Tooling/
RewriterTestContext.h 41 DiagnosticPrinter(llvm::outs(), &*DiagOpts),
45 Diagnostics.setClient(&DiagnosticPrinter, false);
116 TextDiagnosticPrinter DiagnosticPrinter;
  /external/clang/lib/Tooling/
Refactoring.cpp 151 TextDiagnosticPrinter DiagnosticPrinter(llvm::errs(), &*DiagOpts);
154 &*DiagOpts, &DiagnosticPrinter, false);
Tooling.cpp 164 TextDiagnosticPrinter DiagnosticPrinter(
168 &*DiagOpts, &DiagnosticPrinter, false);

Completed in 473 milliseconds