Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
namespace KDevelop {
13
KDevelop::Declaration* Use::usedDeclaration(KDevelop::TopDUContext* topContext) const
14
{
15
return topContext->usedDeclarationForIndex(m_declarationIndex);
16
}
17
}
Callers
5
macroExpansionForPosition
Function · 0.80
specialLanguageObjectNavigationWidget
Method · 0.80
testMacroDependentHeader
Method · 0.80
testHeaderParsingOrder2
Method · 0.80
specialLanguageObjectNavigationWidget
Method · 0.80
Calls
1
usedDeclarationForIndex
Method · 0.80
Tested by
2
testMacroDependentHeader
Method · 0.64
testHeaderParsingOrder2
Method · 0.64