Searched defs:DiagnosticsEngine (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Basic/
H A DDiagnostic.cpp24 static void DummyArgToStringFn(DiagnosticsEngine::ArgumentKind AK, intptr_t QT,
27 const DiagnosticsEngine::ArgumentValue *PrevArgs,
37 DiagnosticsEngine::DiagnosticsEngine( function in class:DiagnosticsEngine
65 DiagnosticsEngine::~DiagnosticsEngine() {
70 void DiagnosticsEngine::setClient(DiagnosticConsumer *client,
79 void DiagnosticsEngine::pushMappings(SourceLocation Loc) {
83 bool DiagnosticsEngine::popMappings(SourceLocation Loc) {
95 void DiagnosticsEngine
[all...]
/external/clang/include/clang/Basic/
H A DDiagnostic.h129 /// the user. DiagnosticsEngine is tied to one translation unit and one
131 class DiagnosticsEngine : public RefCountedBase<DiagnosticsEngine> { class in namespace:clang
342 explicit DiagnosticsEngine(
346 ~DiagnosticsEngine();
355 /// \brief Determine whether this \c DiagnosticsEngine object own its client.
373 // DiagnosticsEngine characterization methods, used by a client to customize
603 // DiagnosticsEngine classification and reporting interfaces.
606 /// \brief Based on the way the client configured the DiagnosticsEngine
648 /// DiagnosticsEngine objec
[all...]

Completed in 109 milliseconds