| 13 | using namespace KDevelop; |
| 14 | |
| 15 | IndexedDeclaration::IndexedDeclaration(uint topContext, uint declarationIndex) |
| 16 | : m_topContext(topContext) |
| 17 | , m_declarationIndex(declarationIndex) |
| 18 | { |
| 19 | } |
| 20 | |
| 21 | IndexedDeclaration::IndexedDeclaration(const Declaration* decl) |
| 22 | { |
nothing calls this directly
no test coverage detected