MCPcopy 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
80void Declaration::setKind(Kind kind)
81{
82 DUCHAIN_D_DYNAMIC(Declaration);
83 d->m_kind = kind;
84 updateCodeModel();
85}
86
87bool Declaration::inDUChain() const
88{

Callers 12

createTypeMethod · 0.45
setDeclDataMethod · 0.45
declareFunctionMethod · 0.45
visitMethod · 0.45
declareComponentMethod · 0.45
declareEnumMethod · 0.45
declareExportsMethod · 0.45
importDirectoryMethod · 0.45
typeFromClassNameMethod · 0.45
createObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected