MCPcopy Create free account
hub / github.com/KDE/kdevelop / DeclarationContext

Method DeclarationContext

kdevplatform/language/interfaces/codecontext.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 7

IndexedDUContextClass · 0.70
IndexedStringClass · 0.70
IndexedDeclarationClass · 0.70
DocumentRangeFunction · 0.50
urlMethod · 0.45
documentMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected