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

Method isTypeAlias

kdevplatform/language/duchain/declaration.cpp:538–542  ·  view source on GitHub ↗

@todo see whether it would be useful to create an own TypeAliasDeclaration sub-class for this

Source from the content-addressed store, hash-verified

536
537///@todo see whether it would be useful to create an own TypeAliasDeclaration sub-class for this
538bool Declaration::isTypeAlias() const
539{
540 DUCHAIN_D(Declaration);
541 return d->m_isTypeAlias;
542}
543
544void Declaration::setIsTypeAlias(bool isTypeAlias)
545{

Callers 7

completionPropertiesMethod · 0.80
htmlMethod · 0.80
declarationKindMethod · 0.80
getIconMethod · 0.80
testTypeAliasTemplateMethod · 0.80
typeForShortenedStringFunction · 0.80

Calls

no outgoing calls

Tested by 1

testTypeAliasTemplateMethod · 0.64