| 88 | }; |
| 89 | |
| 90 | DeclarationContext::DeclarationContext(const IndexedDeclaration& declaration, const DocumentRange& use, |
| 91 | const IndexedDUContext& context) |
| 92 | : DUContextContext(context) |
| 93 | , d_ptr(new DeclarationContextPrivate(declaration, use)) |
| 94 | {} |
| 95 | |
| 96 | DeclarationContext::DeclarationContext(KTextEditor::View* view, const KTextEditor::Cursor& position) : DUContextContext( |
| 97 | IndexedDUContext()) |
nothing calls this directly
no test coverage detected