|
GCC Middle and Back End API Reference
|
#include <tree-pretty-print-markup.h>


Public Member Functions | |
| element_quoted_type (tree type, const char *highlight_color) | |
| void | add_to_phase_2 (context &ctxt) override |
| void | print_type (context &ctxt) |
Private Member Functions | |
| DISABLE_COPY_AND_ASSIGN (element) | |
Private Attributes | |
| tree | m_type |
| const char * | m_highlight_color |
Concrete subclass of pp_markup::element. Print a type in quotes with the given highlighting color.
|
inline |
References m_highlight_color, and m_type.
Referenced by pp_markup::element_actual_type::element_actual_type(), and pp_markup::element_expected_type::element_expected_type().
|
inlineoverridevirtual |
| void pp_markup::element_quoted_type::print_type | ( | context & | ctxt | ) |
Referenced by add_to_phase_2().
|
private |
Referenced by add_to_phase_2(), and element_quoted_type().
|
private |
Referenced by element_quoted_type().