Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDClangASTContext.h943 std::unique_ptr<clang::DiagnosticConsumer> m_diagnostic_consumer_up; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp698 m_diagnostic_consumer_up.reset(new NullDiagnosticConsumer); in CreateASTContext()
699 m_ast_up->getDiagnostics().setClient(m_diagnostic_consumer_up.get(), false); in CreateASTContext()