| 214 | } |
| 215 | |
| 216 | void Declaration::rebuildDynamicData(DUContext* parent, uint ownIndex) |
| 217 | { |
| 218 | DUChainBase::rebuildDynamicData(parent, ownIndex); |
| 219 | |
| 220 | m_context = parent; |
| 221 | m_topContext = parent->topContext(); |
| 222 | m_indexInTopContext = ownIndex; |
| 223 | } |
| 224 | |
| 225 | void Declaration::setIdentifier(const Identifier& identifier) |
| 226 | { |
nothing calls this directly
no test coverage detected