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

Method exchangeTypes

kdevplatform/language/duchain/types/pointertype.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void PointerType::exchangeTypes(TypeExchanger* exchanger)
58{
59 d_func_dynamic()->m_baseType = IndexedType(exchanger->exchange(d_func()->m_baseType.abstractType()));
60}
61
62PointerType::~PointerType()
63{

Callers

nothing calls this directly

Calls 3

IndexedTypeFunction · 0.70
exchangeMethod · 0.45
abstractTypeMethod · 0.45

Tested by

no test coverage detected