#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 |
| comment_list | leading_comments () const |
| void | mark_global () |
| void | mark_persistent () |
| comment_list | trailing_comments () const |
| std::list< std::string > | variable_names () const |
|
inline |
|
inline |
Definition at line 196 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 133 of file pt-decl.h.
References tree_decl_elt::beg_pos().
|
inline |
Definition at line 142 of file pt-decl.h.
References tree_decl_elt::end_pos().
|
inline |
Definition at line 151 of file pt-decl.h.
References tree_decl_elt::leading_comments().
|
inline |
Definition at line 160 of file pt-decl.h.
References tree_decl_elt::trailing_comments().
|
inline |
Definition at line 181 of file pt-decl.h.
Referenced by base_parser::make_decl_command().