Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setIsTypeAlias
Method
setIsTypeAlias
kdevplatform/language/duchain/declaration.cpp:544–548 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
542
}
543
544
void Declaration::setIsTypeAlias(bool isTypeAlias)
545
{
546
DUCHAIN_D_DYNAMIC(Declaration);
547
d->m_isTypeAlias = isTypeAlias;
548
}
549
550
IndexedInstantiationInformation Declaration::specialization() const
551
{
Callers
1
setDeclData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected