LLDB mainline
Public Member Functions | Private Attributes | List of all members
NullDiagnosticConsumer Class Reference
Inheritance diagram for NullDiagnosticConsumer:
Inheritance graph
[legend]

Public Member Functions

 NullDiagnosticConsumer ()
 
void HandleDiagnostic (DiagnosticsEngine::Level DiagLevel, const clang::Diagnostic &info) override
 
DiagnosticConsumer * clone (DiagnosticsEngine &Diags) const
 

Private Attributes

Logm_log
 

Detailed Description

Definition at line 637 of file TypeSystemClang.cpp.

Constructor & Destructor Documentation

◆ NullDiagnosticConsumer()

NullDiagnosticConsumer::NullDiagnosticConsumer ( )
inline

Definition at line 639 of file TypeSystemClang.cpp.

References lldb_private::GetLog().

Member Function Documentation

◆ clone()

DiagnosticConsumer * NullDiagnosticConsumer::clone ( DiagnosticsEngine &  Diags) const
inline

Definition at line 651 of file TypeSystemClang.cpp.

◆ HandleDiagnostic()

void NullDiagnosticConsumer::HandleDiagnostic ( DiagnosticsEngine::Level  DiagLevel,
const clang::Diagnostic &  info 
)
inlineoverride

Definition at line 641 of file TypeSystemClang.cpp.

References LLDB_LOGF.

Member Data Documentation

◆ m_log

Log* NullDiagnosticConsumer::m_log
private

Definition at line 656 of file TypeSystemClang.cpp.


The documentation for this class was generated from the following file: