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

Method usedDeclaration

kdevplatform/language/duchain/use.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12namespace KDevelop {
13KDevelop::Declaration* Use::usedDeclaration(KDevelop::TopDUContext* topContext) const
14{
15 return topContext->usedDeclarationForIndex(m_declarationIndex);
16}
17}

Calls 1

Tested by 2