| 111 | } |
| 112 | |
| 113 | IndexedTypeIdentifier identifierForType(const AbstractType::Ptr& type, TopDUContext* top) |
| 114 | { |
| 115 | IndexedTypeIdentifier ret; |
| 116 | buildIdentifierForType(type, ret, 0, top); |
| 117 | return ret; |
| 118 | } |
| 119 | |
| 120 | IndexedTypeIdentifier removeTemplateParameters(const IndexedTypeIdentifier& identifier, int behindPosition); |
| 121 |
no test coverage detected