| 30 | } |
| 31 | |
| 32 | FunctionDefinition::~FunctionDefinition() |
| 33 | { |
| 34 | if (!topContext()->isOnDisk()) |
| 35 | DUChain::definitions()->removeDefinition(d_func()->m_declaration, this); |
| 36 | } |
| 37 | |
| 38 | Declaration* FunctionDefinition::declaration(const TopDUContext* topContext) const |
| 39 | { |
nothing calls this directly
no test coverage detected