#include <typedef.h>
Inheritance diagram for Typedef_symbol:
Public Methods | |
Type | get_type () const |
Typedef_symbol (Type type) | |
Symbol::Kind | get_kind () const |
void | dump (std::ostream &os) |
Dump symbol on /out/. More... | |
Private Attributes | |
Type | type |
|
Definition at line 10 of file typedef.cc. References Symbol::set_status(), and Symbol::st_Defined. |
|
Dump symbol on /out/. Derived classes can override this to add own information. Reimplemented from Symbol. Definition at line 27 of file typedef.cc. References Symbol::dump(), Type::get_human_readable_type(), and type. |
|
Implements Symbol. Definition at line 19 of file typedef.cc. References Symbol::k_Typedef. |
|
Definition at line 18 of file typedef.h. Referenced by Typedef_declaration_reader::declare_variable(), process_initializers(), and Expr_annotator::visit_funcall(). |
|
Definition at line 16 of file typedef.h. Referenced by dump(). |