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

Method IndexedDeclaration

kdevplatform/language/duchain/indexeddeclaration.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13using namespace KDevelop;
14
15IndexedDeclaration::IndexedDeclaration(uint topContext, uint declarationIndex)
16 : m_topContext(topContext)
17 , m_declarationIndex(declarationIndex)
18{
19}
20
21IndexedDeclaration::IndexedDeclaration(const Declaration* decl)
22{

Callers

nothing calls this directly

Calls 2

ownIndexMethod · 0.45
topContextMethod · 0.45

Tested by

no test coverage detected