Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isFunctionDeclaration
Method
isFunctionDeclaration
kdevplatform/language/duchain/declaration.cpp:655–658 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
653
}
654
655
bool Declaration::isFunctionDeclaration() const
656
{
657
return false;
658
}
659
660
uint Declaration::additionalIdentity() const
661
{
Callers
15
kindForDeclaration
Function · 0.45
definition
Method · 0.45
completionProperties
Method · 0.45
check
Method · 0.45
ContextUsesWidget
Method · 0.45
updateClassDeclarations
Method · 0.45
shouldRenameUses
Method · 0.45
insertFunctionParenText
Function · 0.45
data
Method · 0.45
accept
Method · 0.45
accept
Method · 0.45
functionSignatureRange
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected