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 26 static void DummyArgToStringFn(DiagnosticsEngine::ArgumentKind AK, intptr_t QT,
29 const DiagnosticsEngine::ArgumentValue *PrevArgs,
39 DiagnosticsEngine::DiagnosticsEngine(
68 DiagnosticsEngine::~DiagnosticsEngine() {
73 void DiagnosticsEngine::setClient(DiagnosticConsumer *client,
82 void DiagnosticsEngine::pushMappings(SourceLocation Loc) {
86 bool DiagnosticsEngine::popMappings(SourceLocation Loc) {
98 void DiagnosticsEngine::Reset()
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 130 /// the user. DiagnosticsEngine is tied to one translation unit and one
132 class DiagnosticsEngine : public RefCountedBase<DiagnosticsEngine> {
341 explicit DiagnosticsEngine(
346 ~DiagnosticsEngine();
358 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
376 // DiagnosticsEngine characterization methods, used by a client to customize
618 /// \c DiagnosticsEngine, and we may be attaching a note to that diagnostic.
619 void notePriorDiagnosticFrom(const DiagnosticsEngine &Other) {
628 // DiagnosticsEngine classification and reporting interfaces
    [all...]

Completed in 354 milliseconds