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