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

Method exchangeTypes

kdevplatform/language/duchain/types/typealiastype.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void TypeAliasType::exchangeTypes(KDevelop::TypeExchanger* exchanger)
78{
79 d_func_dynamic()->m_type = IndexedType(exchanger->exchange(d_func()->m_type.abstractType()));
80}
81}

Callers

nothing calls this directly

Calls 3

IndexedTypeFunction · 0.70
exchangeMethod · 0.45
abstractTypeMethod · 0.45

Tested by

no test coverage detected