Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
472
bool Declaration::isDefinition() const
473
{
474
ENSURE_CAN_READ
475
DUCHAIN_D(Declaration);
476
477
return d->m_isDefinition;
478
}
479
480
void Declaration::setDeclarationIsDefinition(bool dd)
481
{
Callers
11
definition
Method · 0.80
dump
Method · 0.80
DeclarationWidget
Method · 0.80
declarationDetails
Method · 0.80
DeclarationTest
Function · 0.80
determineJumpLoc
Method · 0.80
testFunctionDefinitionVsDeclaration
Method · 0.80
testUsesCreatedForDeclarations
Method · 0.80
validCandidateToMoveIntoSource
Method · 0.80
switchDefinitionDeclaration
Method · 0.80
loadDeclarations
Method · 0.80
Calls
no outgoing calls
Tested by
4
DeclarationTest
Function · 0.64
testFunctionDefinitionVsDeclaration
Method · 0.64
testUsesCreatedForDeclarations
Method · 0.64
loadDeclarations
Method · 0.64