| 341 | } |
| 342 | |
| 343 | DUContext::DUContext(DUContextData& data) |
| 344 | : DUChainBase(data) |
| 345 | , m_dynamicData(new DUContextDynamicData(this)) |
| 346 | { |
| 347 | } |
| 348 | |
| 349 | DUContext::DUContext(const RangeInRevision& range, DUContext* parent, bool anonymous) |
| 350 | : DUChainBase(*new DUContextData(), range) |
nothing calls this directly
no test coverage detected