MCPcopy 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
544void Declaration::setIsTypeAlias(bool isTypeAlias)
545{
546 DUCHAIN_D_DYNAMIC(Declaration);
547 d->m_isTypeAlias = isTypeAlias;
548}
549
550IndexedInstantiationInformation Declaration::specialization() const
551{

Callers 1

setDeclDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected