MCPcopy 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
74Declaration::Kind Declaration::kind() const
75{
76 DUCHAIN_D(Declaration);
77 return d->m_kind;
78}
79
80void Declaration::setKind(Kind kind)
81{

Callers 12

usefulDeclarationFunction · 0.45
kindForDeclarationFunction · 0.45
operator()Method · 0.45
applyAliasesMethod · 0.45
completionPropertiesMethod · 0.45
checkMethod · 0.45
updateDocumentMethod · 0.45
typeForDeclarationMethod · 0.45
insertFunctionParenTextFunction · 0.45
dataMethod · 0.45
DeclarationTestFunction · 0.45

Calls

no outgoing calls

Tested by 1

DeclarationTestFunction · 0.36