| 167 | } |
| 168 | |
| 169 | ClassDeclarationData::ClassType ClassDeclaration::classType() const |
| 170 | { |
| 171 | return d_func()->m_classType; |
| 172 | } |
| 173 | |
| 174 | void ClassDeclaration::setClassType(ClassDeclarationData::ClassType type) |
| 175 | { |
no outgoing calls
no test coverage detected