GCC Middle and Back End API Reference
|
#include <pretty-print.h>
Public Member Functions | |
virtual | ~token_printer () |
virtual void | print_tokens (pretty_printer *pp, const pp_token_list &tokens)=0 |
Abstract base class for writing formatted tokens to the pretty_printer's text buffer, allowing for output formats and dumpfiles to override how different kinds of tokens are handled.
|
inlinevirtual |
|
pure virtual |
Implemented in dump_pretty_printer::custom_token_printer, and sarif_builder::sarif_token_printer.