Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp694 class NullDiagnosticConsumer : public DiagnosticConsumer { class
696 NullDiagnosticConsumer() { m_log = GetLog(LLDBLog::Expressions); } in NullDiagnosticConsumer() function in NullDiagnosticConsumer
709 return new NullDiagnosticConsumer(); in clone()
744 m_diagnostic_consumer_up = std::make_unique<NullDiagnosticConsumer>(); in CreateASTContext()