Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp702 class NullDiagnosticConsumer : public DiagnosticConsumer { class
704 NullDiagnosticConsumer() { m_log = GetLog(LLDBLog::Expressions); } in NullDiagnosticConsumer() function in NullDiagnosticConsumer
717 return new NullDiagnosticConsumer(); in clone()
752 m_diagnostic_consumer_up = std::make_unique<NullDiagnosticConsumer>(); in CreateASTContext()