| 73 | } |
| 74 | |
| 75 | void DeclarationId::setSpecialization(const IndexedInstantiationInformation& spec) |
| 76 | { |
| 77 | m_specialization = spec; |
| 78 | } |
| 79 | |
| 80 | IndexedInstantiationInformation DeclarationId::specialization() const |
| 81 | { |
no outgoing calls
no test coverage detected