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