GCC Middle and Back End API Reference
|
Public Member Functions | |
diagnostic_html_format_buffer (html_builder &builder) | |
void | dump (FILE *out, int indent) const final override |
bool | empty_p () const final override |
void | move_to (diagnostic_per_format_buffer &dest) final override |
void | clear () final override |
void | flush () final override |
void | add_result (std::unique_ptr< xml::element > result) |
void DEBUG_FUNCTION | dump () const |
Private Attributes | |
html_builder & | m_builder |
std::vector< std::unique_ptr< xml::element > > | m_results |
Friends | |
class | html_builder |
class | html_output_format |
Concrete buffering implementation subclass for HTML output.
|
inline |
References html_builder, and m_builder.
Referenced by move_to().
|
inline |
References add_result(), element, and m_results.
Referenced by add_result().
|
finaloverridevirtual |
Implements diagnostic_per_format_buffer.
References m_results.
|
finaloverridevirtual |
class diagnostic_html_format_buffer : public diagnostic_per_format_buffer.
Implements diagnostic_per_format_buffer.
References m_results.
|
inlineinherited |
References DEBUG_FUNCTION, and dump().
Referenced by dump().
|
finaloverridevirtual |
Implements diagnostic_per_format_buffer.
References m_results.
|
finaloverridevirtual |
Implements diagnostic_per_format_buffer.
|
finaloverridevirtual |
Implements diagnostic_per_format_buffer.
References diagnostic_html_format_buffer(), and m_results.
|
friend |
References html_builder.
Referenced by diagnostic_html_format_buffer(), and html_builder.
|
friend |
References html_output_format.
Referenced by html_output_format.
|
private |
Referenced by diagnostic_html_format_buffer(), and flush().
|
private |
Referenced by add_result(), clear(), dump(), empty_p(), flush(), move_to(), and html_builder::on_report_diagnostic().