HomeSort by relevance Sort by last modified time
    Searched defs:DiagnosticsEngine (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Basic/
Diagnostic.cpp 23 static void DummyArgToStringFn(DiagnosticsEngine::ArgumentKind AK, intptr_t QT,
26 const DiagnosticsEngine::ArgumentValue *PrevArgs,
36 DiagnosticsEngine::DiagnosticsEngine(
60 DiagnosticsEngine::~DiagnosticsEngine() {
65 void DiagnosticsEngine::setClient(DiagnosticConsumer *client,
74 void DiagnosticsEngine::pushMappings(SourceLocation Loc) {
78 bool DiagnosticsEngine::popMappings(SourceLocation Loc) {
90 void DiagnosticsEngine::Reset()
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 103 /// DiagnosticsEngine - This concrete class is used by the front-end to report
106 /// for reporting to the user. DiagnosticsEngine is tied to one translation unit
108 class DiagnosticsEngine : public llvm::RefCountedBase<DiagnosticsEngine> {
306 explicit DiagnosticsEngine(
310 ~DiagnosticsEngine();
319 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
337 // DiagnosticsEngine characterization methods, used by a client to customize
509 // DiagnosticsEngine classification and reporting interfaces.
512 /// \brief Based on the way the client configured the DiagnosticsEngine
    [all...]

Completed in 55 milliseconds