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

Method baseType

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

Source from the content-addressed store, hash-verified

64}
65
66AbstractType::Ptr PointerType::baseType() const
67{
68 return d_func()->m_baseType.abstractType();
69}
70
71void PointerType::setBaseType(const AbstractType::Ptr& type)
72{

Callers 6

targetTypeFunction · 0.45
targetTypeKeepAliasesFunction · 0.45
buildIdentifierForTypeFunction · 0.45
shortenedTypeIdentifierFunction · 0.45
loadDeclarationsMethod · 0.45

Calls 1

abstractTypeMethod · 0.45

Tested by 2

loadDeclarationsMethod · 0.36