bitsize | Variable_symbol | [private] |
define_variable(Storage_class_specifier storage, Ptree *initializer, Ptree *bitsize, Status status) | Variable_symbol | |
dump(std::ostream &os) | Variable_symbol | [virtual] |
get_basename() const | Symbol | |
get_bitsize() const | Variable_symbol | [inline] |
get_class() const | Variable_symbol | [inline] |
get_initializer() const | Variable_symbol | [inline] |
get_kind() const | Variable_symbol | [virtual] |
get_name() const | Symbol | [inline] |
get_scope() | Symbol | [virtual] |
get_status() const | Symbol | [inline] |
get_storage_class() const | Variable_symbol | [inline] |
get_type() const | Variable_symbol | [inline] |
has_addr | Variable_symbol | [private] |
has_address() const | Variable_symbol | [inline] |
in_class | Variable_symbol | [private] |
initializer | Variable_symbol | [private] |
is_declared() const | Symbol | [inline] |
is_defined() const | Symbol | [inline] |
is_member_variable() const | Variable_symbol | [inline] |
is_tagged(Kind k) | Symbol | [inline, static] |
is_tagged() const | Symbol | [inline] |
k_ClassOrStruct enum value | Symbol | |
k_ClassTemplate enum value | Symbol | |
k_Enum enum value | Symbol | |
k_Function enum value | Symbol | |
k_Namespace enum value | Symbol | |
k_Typedef enum value | Symbol | |
k_Union enum value | Symbol | |
k_Variable enum value | Symbol | |
Kind enum name | Symbol | |
set_class(Class_symbol *csym) | Variable_symbol | |
set_name(const std::string &n, std::string::size_type bl) | Symbol | [inline] |
set_status(Status st) | Symbol | |
st_Declared enum value | Symbol | |
st_Defined enum value | Symbol | |
st_Undefined enum value | Symbol | |
Status enum name | Symbol | |
storage_class | Variable_symbol | [private] |
Symbol() | Symbol | [inline] |
type | Variable_symbol | [private] |
Variable_symbol(Type type, Storage_class_specifier storage, Ptree *initializer, Ptree *bitsize, Symbol::Status status) | Variable_symbol | |
Variable_symbol(Type type, Storage_class_specifier storage, Ptree *initializer, Ptree *bitsize, bool has_address) | Variable_symbol | |
~Symbol() | Symbol | [virtual] |