GCC Middle and Back End API Reference
|
Public Member Functions | |
copying_token_printer (obstack &dst_obstack, pp_token_list &dst_token_list) | |
void | print_tokens (pretty_printer *, const pp_token_list &tokens) final override |
Private Attributes | |
obstack & | m_dst_obstack |
pp_token_list & | m_dst_token_list |
A token_printer that makes a deep copy of the pp_token_list into another obstack.
|
inline |
References m_dst_obstack, m_dst_token_list, and obstack.
|
inlinefinaloverridevirtual |
|
private |
Referenced by copying_token_printer(), and print_tokens().
|
private |
Referenced by copying_token_printer(), and print_tokens().