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

Method abstractType

kdevplatform/language/duchain/types/indexedtype.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51AbstractType::Ptr IndexedType::abstractType() const
52{
53 if (!m_index)
54 return AbstractType::Ptr();
55 return TypeRepository::typeForIndex(m_index);
56}
57}

Callers 15

typeMethod · 0.45
accept0Method · 0.45
exchangeTypesMethod · 0.45
mergeTypesFunction · 0.45
baseTypeMethod · 0.45
accept0Method · 0.45
exchangeTypesMethod · 0.45
returnTypeMethod · 0.45
argumentsMethod · 0.45
accept0Method · 0.45
exchangeTypesMethod · 0.45
FOREACH_FUNCTIONFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected