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

Method exchangeTypes

kdevplatform/language/duchain/types/arraytype.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void ArrayType::exchangeTypes(TypeExchanger* exchanger)
93{
94 TYPE_D_DYNAMIC(ArrayType);
95 d->m_elementType = IndexedType(exchanger->exchange(d->m_elementType.abstractType()));
96}
97
98AbstractType::WhichType ArrayType::whichType() const
99{

Callers 3

exchangeMethod · 0.45
exchangeMethod · 0.45
exchangeMethod · 0.45

Calls 3

IndexedTypeFunction · 0.70
exchangeMethod · 0.45
abstractTypeMethod · 0.45

Tested by

no test coverage detected