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

Method type

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

Source from the content-addressed store, hash-verified

35 return d_func()->m_type == rhs->d_func()->m_type;
36}
37AbstractType::Ptr TypeAliasType::type() const
38{
39 return d_func()->m_type.abstractType();
40}
41
42void TypeAliasType::setType(const AbstractType::Ptr& type)
43{

Callers 13

unAliasedTypeFunction · 0.45
targetTypeFunction · 0.45
resolveAliasTypeFunction · 0.45
buildMethod · 0.45
openContextInternalMethod · 0.45
setInSymbolTableMethod · 0.45
pickContextWithDataFunction · 0.45
isNewGroupFunction · 0.45
ContextUsesWidgetMethod · 0.45
htmlMethod · 0.45

Calls 1

abstractTypeMethod · 0.45

Tested by

no test coverage detected