MCPcopy 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
650bool Declaration::isForwardDeclaration() const
651{
652 return false;
653}
654
655bool Declaration::isFunctionDeclaration() const
656{

Callers 15

kindForDeclarationFunction · 0.45
declarationMethod · 0.45
newUseMethod · 0.45
htmlMethod · 0.45
declarationDetailsMethod · 0.45
declarationKindMethod · 0.45
typeForDeclarationMethod · 0.45
shouldRenameUsesMethod · 0.45
addBaseClassMethod · 0.45
doFilterMethod · 0.45
dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected