| 213 | } |
| 214 | |
| 215 | TypePtr<KDevelop::AbstractType> TypeExchanger::exchange(const TypePtr<KDevelop::AbstractType>& type) |
| 216 | { |
| 217 | const_cast<AbstractType*>(type.data())->exchangeTypes(this); |
| 218 | return type; |
| 219 | } |
| 220 | |
| 221 | TypePtr<KDevelop::AbstractType> SimpleTypeExchanger::exchange(const TypePtr<KDevelop::AbstractType>& type) |
| 222 | { |
no test coverage detected