MCPcopy 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
655bool Declaration::isFunctionDeclaration() const
656{
657 return false;
658}
659
660uint Declaration::additionalIdentity() const
661{

Callers 15

kindForDeclarationFunction · 0.45
definitionMethod · 0.45
completionPropertiesMethod · 0.45
checkMethod · 0.45
ContextUsesWidgetMethod · 0.45
shouldRenameUsesMethod · 0.45
insertFunctionParenTextFunction · 0.45
dataMethod · 0.45
acceptMethod · 0.45
acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected