| 128 | } |
| 129 | |
| 130 | bool Declaration::persistentlyDestroying() const |
| 131 | { |
| 132 | TopDUContext* topContext = this->topContext(); |
| 133 | return !topContext->deleting() || !topContext->isOnDisk(); |
| 134 | } |
| 135 | |
| 136 | Declaration::~Declaration() |
| 137 | { |
nothing calls this directly
no test coverage detected