#include "pt-decl.h"
Public Member Functions | |
tree_decl_init_list () | |
tree_decl_init_list (tree_decl_elt *t) | |
~tree_decl_init_list () | |
void | accept (tree_walker &tw) |
filepos | beg_pos () const |
filepos | end_pos () const |
void | mark_global () |
void | mark_persistent () |
std::list< std::string > | variable_names () const |
|
inline |
|
inline |
Definition at line 175 of file pt-decl.h.
References tree_walker::visit_decl_init_list().
Referenced by tree_evaluator::visit_decl_command(), tree_print_code::visit_decl_command(), and tree_walker::visit_decl_command().
|
inline |
Definition at line 130 of file pt-decl.h.
References tree_decl_elt::beg_pos().
|
inline |
Definition at line 139 of file pt-decl.h.
References tree_decl_elt::end_pos().
Referenced by tree_decl_command::end_pos().
|
inline |
Definition at line 148 of file pt-decl.h.
Referenced by tree_decl_command::mark_global().
|
inline |
Definition at line 154 of file pt-decl.h.
Referenced by tree_decl_command::mark_persistent().
|
inline |
Definition at line 160 of file pt-decl.h.
Referenced by base_parser::make_decl_command().