Home | History | Annotate | Download | only in LD

Lines Matching defs:DiagnosticEngine

1 //===- DiagnosticEngine.h -------------------------------------------------===//
26 /** \class DiagnosticEngine
27 * \brief DiagnosticEngine is used to report problems and issues.
29 * DiagnosticEngine is used to report problems and issues. It creates the
33 * DiagnosticEngine is a complex class, it is responsible for
37 class DiagnosticEngine
61 DiagnosticEngine();
63 ~DiagnosticEngine();
131 assert(NULL != m_pInfoMap && "DiagnosticEngine was not initialized!");
136 assert(NULL != m_pInfoMap && "DiagnosticEngine was not initialized!");