| 530 | } |
| 531 | |
| 532 | void 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 |
| 538 | bool Declaration::isTypeAlias() const |
no outgoing calls
no test coverage detected