|
Nearly CC
An educational compiler skeleton
|
This is the complete list of members for StructType, including all inherited members.
| add_member(const Member &member) | HasMembers | virtual |
| as_str() const | StructType | virtual |
| find_member(const std::string &name) const | Type | |
| get_alignment() const | StructType | virtual |
| get_array_size() const | Type | virtual |
| get_base_type() const | Type | virtual |
| get_basic_type_kind() const | Type | virtual |
| get_field_offset(const std::string &name) const | StructType | virtual |
| get_member(unsigned index) const | HasMembers | virtual |
| get_name() const (defined in StructType) | StructType | inline |
| get_num_members() const | HasMembers | virtual |
| get_storage_size() const | StructType | virtual |
| get_unqualified_type() const | Type | virtual |
| HasMembers() (defined in HasMembers) | HasMembers | |
| 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 | StructType | virtual |
| is_signed() const | Type | virtual |
| is_struct() const | StructType | virtual |
| is_void() const | Type | virtual |
| is_volatile() const | Type | virtual |
| StructType(const std::string &name) (defined in StructType) | StructType | |
| Type() (defined in Type) | Type | protected |
| ~HasMembers() (defined in HasMembers) | HasMembers | virtual |
| ~StructType() (defined in StructType) | StructType | virtual |
| ~Type() (defined in Type) | Type | virtual |