|
Nearly CC
An educational compiler skeleton
|
This is the complete list of members for HasBaseType, including all inherited members.
| add_member(const Member &member) | Type | virtual |
| as_str() const =0 | Type | pure virtual |
| find_member(const std::string &name) const | Type | |
| get_alignment() const =0 | Type | pure virtual |
| get_array_size() const | Type | virtual |
| get_base_type() const | HasBaseType | virtual |
| get_basic_type_kind() const | Type | virtual |
| get_field_offset(const std::string &name) const | Type | virtual |
| get_member(unsigned index) const | Type | virtual |
| get_num_members() const | Type | virtual |
| get_storage_size() const =0 | Type | pure virtual |
| get_unqualified_type() const | Type | virtual |
| HasBaseType(const std::shared_ptr< Type > &base_type) (defined in HasBaseType) | HasBaseType | |
| is_array() const | Type | virtual |
| is_basic() const | Type | virtual |
| is_const() const | Type | virtual |
| is_function() const | Type | virtual |
| is_integral() const | Type | inline |
| is_pointer() const | Type | virtual |
| is_same(const Type *other) const =0 | Type | pure virtual |
| is_signed() const | Type | virtual |
| is_struct() const | Type | virtual |
| is_void() const | Type | virtual |
| is_volatile() const | Type | virtual |
| Type() (defined in Type) | Type | protected |
| ~HasBaseType() (defined in HasBaseType) | HasBaseType | virtual |
| ~Type() (defined in Type) | Type | virtual |