Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ kind
Method
kind
kdevplatform/language/duchain/declaration.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
Declaration::Kind Declaration::kind() const
75
{
76
DUCHAIN_D(Declaration);
77
return d->m_kind;
78
}
79
80
void Declaration::setKind(Kind kind)
81
{
Callers
12
usefulDeclaration
Function · 0.45
kindForDeclaration
Function · 0.45
operator()
Method · 0.45
applyAliases
Method · 0.45
completionProperties
Method · 0.45
check
Method · 0.45
updateDocument
Method · 0.45
typeForDeclaration
Method · 0.45
fetchImplementationFileForClass
Function · 0.45
insertFunctionParenText
Function · 0.45
data
Method · 0.45
DeclarationTest
Function · 0.45
Calls
no outgoing calls
Tested by
1
DeclarationTest
Function · 0.36