| 35 | return d_func()->m_type == rhs->d_func()->m_type; |
| 36 | } |
| 37 | AbstractType::Ptr TypeAliasType::type() const |
| 38 | { |
| 39 | return d_func()->m_type.abstractType(); |
| 40 | } |
| 41 | |
| 42 | void TypeAliasType::setType(const AbstractType::Ptr& type) |
| 43 | { |
no test coverage detected