#include <parse_tree_partitions.h>
|
typedef Context | context_t |
|
virtual | ~Parse_tree_node_tmpl ()=default |
|
bool | is_contextualized () const |
|
virtual bool | contextualize (Context *pc) |
| Do all context-sensitive things and mark the node as contextualized. More...
|
|
void | error (Context *pc, const POS &pos) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
void | error (Context *pc, const POS &pos, const char *msg) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
void | errorf (Context *pc, const POS &pos, const char *format,...) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
static void * | operator new (size_t size, MEM_ROOT *mem_root, const std::nothrow_t &arg=std::nothrow) noexcept |
|
static void | operator delete (void *ptr, size_t size) |
|
static void | operator delete (void *, MEM_ROOT *, const std::nothrow_t &) noexcept |
|
◆ itemize_part_expr()
◆ set_part_field_list()
The documentation for this class was generated from the following files: