| 73 | } |
| 74 | |
| 75 | void IdentifiedType::setDeclaration(Declaration* declaration) |
| 76 | { |
| 77 | if (declaration) |
| 78 | idData()->m_id = declaration->id(); |
| 79 | else |
| 80 | idData()->m_id = DeclarationId(); |
| 81 | } |
| 82 | |
| 83 | // QString IdentifiedType::idMangled() const |
| 84 | // { |
nothing calls this directly
no test coverage detected