| 325 | } |
| 326 | |
| 327 | QString shortenedTypeString(Declaration* decl, DUContext* ctx, int desiredLength, const QualifiedIdentifier& stripPrefix) |
| 328 | { |
| 329 | return shortenedTypeString(typeForShortenedString(decl), ctx, desiredLength, stripPrefix); |
| 330 | } |
| 331 | |
| 332 | QString simplifiedTypeString(const AbstractType::Ptr& type, DUContext* visibilityFrom) |
| 333 | { |
no test coverage detected