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

Method setExplicitlyTyped

kdevplatform/language/duchain/declaration.cpp:532–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532void Declaration::setExplicitlyTyped(bool explicitlyTyped)
533{
534 d_func_dynamic()->m_isExplicitlyTyped = explicitlyTyped;
535}
536
537///@todo see whether it would be useful to create an own TypeAliasDeclaration sub-class for this
538bool Declaration::isTypeAlias() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected