| 17 | using namespace KDevelop; |
| 18 | |
| 19 | IndexedDUContext::IndexedDUContext(uint topContext, uint contextIndex) |
| 20 | : m_topContext(topContext) |
| 21 | , m_contextIndex(contextIndex) |
| 22 | { |
| 23 | } |
| 24 | |
| 25 | IndexedDUContext::IndexedDUContext(DUContext* ctx) |
| 26 | { |
nothing calls this directly
no test coverage detected