Home
last modified time | relevance | path

Searched refs:NullDiagnosticConsumer (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Symbol/
DClangASTContext.cpp467 class NullDiagnosticConsumer : public DiagnosticConsumer class
470 NullDiagnosticConsumer () in NullDiagnosticConsumer() function in NullDiagnosticConsumer
488 return new NullDiagnosticConsumer (); in clone()
498 m_diagnostic_consumer_ap.reset(new NullDiagnosticConsumer); in getDiagnosticConsumer()