MCPcopy Create free account
hub / github.com/KDE/kdevelop / ~FunctionDefinition

Method ~FunctionDefinition

kdevplatform/language/duchain/functiondefinition.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32FunctionDefinition::~FunctionDefinition()
33{
34 if (!topContext()->isOnDisk())
35 DUChain::definitions()->removeDefinition(d_func()->m_declaration, this);
36}
37
38Declaration* FunctionDefinition::declaration(const TopDUContext* topContext) const
39{

Callers

nothing calls this directly

Calls 3

topContextFunction · 0.85
removeDefinitionMethod · 0.80
isOnDiskMethod · 0.45

Tested by

no test coverage detected