Searched refs:NullDiagnosticConsumer (Results 1 – 1 of 1) sorted by relevance
643 class NullDiagnosticConsumer : public DiagnosticConsumer { class645 NullDiagnosticConsumer() { m_log = GetLog(LLDBLog::Expressions); } in NullDiagnosticConsumer() function in NullDiagnosticConsumer658 return new NullDiagnosticConsumer(); in clone()693 m_diagnostic_consumer_up = std::make_unique<NullDiagnosticConsumer>(); in CreateASTContext()