MCPcopy Create free account
hub / github.com/KDE/kdevelop / isDefinition

Method isDefinition

kdevplatform/language/duchain/declaration.cpp:472–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472bool Declaration::isDefinition() const
473{
474 ENSURE_CAN_READ
475 DUCHAIN_D(Declaration);
476
477 return d->m_isDefinition;
478}
479
480void Declaration::setDeclarationIsDefinition(bool dd)
481{

Callers 11

definitionMethod · 0.80
dumpMethod · 0.80
DeclarationWidgetMethod · 0.80
declarationDetailsMethod · 0.80
DeclarationTestFunction · 0.80
determineJumpLocMethod · 0.80
loadDeclarationsMethod · 0.80

Calls

no outgoing calls

Tested by 4

DeclarationTestFunction · 0.64
loadDeclarationsMethod · 0.64