Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
AbstractType::Ptr PointerType::baseType() const
67
{
68
return d_func()->m_baseType.abstractType();
69
}
70
71
void PointerType::setBaseType(const AbstractType::Ptr& type)
72
{
Callers
6
targetType
Function · 0.45
targetTypeKeepAliases
Function · 0.45
buildIdentifierForType
Function · 0.45
shortenedTypeIdentifier
Function · 0.45
testDeclarationLookup_data
Method · 0.45
loadDeclarations
Method · 0.45
Calls
1
abstractType
Method · 0.45
Tested by
2
testDeclarationLookup_data
Method · 0.36
loadDeclarations
Method · 0.36