MCPcopy Create free account
hub / github.com/KDE/kdevelop / callDestructor

Method callDestructor

kdevplatform/language/duchain/types/typeregister.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void TypeSystem::callDestructor(AbstractTypeData* data) const
22{
23 Q_ASSERT(data);
24 if (!ensureFactoryLoaded(*data)) {
25 return;
26 }
27 m_factories.value(data->typeClassId)->callDestructor(data);
28}
29
30uint TypeSystem::dynamicSize(const AbstractTypeData& data) const
31{

Callers 3

destroyMethod · 0.45
~AbstractTypeMethod · 0.45
benchTypeRegistryMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by 1

benchTypeRegistryMethod · 0.36