Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setKind
Method
setKind
kdevplatform/language/duchain/declaration.cpp:80–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void Declaration::setKind(Kind kind)
81
{
82
DUCHAIN_D_DYNAMIC(Declaration);
83
d->m_kind = kind;
84
updateCodeModel();
85
}
86
87
bool Declaration::inDUChain() const
88
{
Callers
12
createType
Method · 0.45
setDeclData
Method · 0.45
declareFunction
Method · 0.45
visit
Method · 0.45
declareComponent
Method · 0.45
declareEnum
Method · 0.45
declareComponentSubclass
Method · 0.45
declareComponentInstance
Method · 0.45
declareExports
Method · 0.45
importDirectory
Method · 0.45
typeFromClassName
Method · 0.45
createObject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected