Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp698 class NullDiagnosticConsumer : public DiagnosticConsumer { class
700 NullDiagnosticConsumer() { in NullDiagnosticConsumer() function in NullDiagnosticConsumer
715 return new NullDiagnosticConsumer(); in clone()
750 m_diagnostic_consumer_up = std::make_unique<NullDiagnosticConsumer>(); in CreateASTContext()