Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isForwardDeclaration
Method
isForwardDeclaration
kdevplatform/language/duchain/declaration.cpp:650–653 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
648
}
649
650
bool Declaration::isForwardDeclaration() const
651
{
652
return false;
653
}
654
655
bool Declaration::isFunctionDeclaration() const
656
{
Callers
15
kindForDeclaration
Function · 0.45
declaration
Method · 0.45
newUse
Method · 0.45
html
Method · 0.45
declarationDetails
Method · 0.45
declarationKind
Method · 0.45
updateClassDeclarations
Method · 0.45
typeForDeclaration
Method · 0.45
shouldRenameUses
Method · 0.45
addBaseClass
Method · 0.45
doFilter
Method · 0.45
data
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected