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

Method ~AbstractType

kdevplatform/language/duchain/types/abstracttype.cpp:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82AbstractType::~AbstractType()
83{
84 if (!d_ptr->inRepository) {
85 TypeSystem::self().callDestructor(d_ptr);
86 delete[] ( char* )d_ptr;
87 }
88}
89
90void AbstractType::accept(TypeVisitor* v) const
91{

Callers

nothing calls this directly

Calls 1

callDestructorMethod · 0.45

Tested by

no test coverage detected