| 172 | } |
| 173 | |
| 174 | void ClassDeclaration::setClassType(ClassDeclarationData::ClassType type) |
| 175 | { |
| 176 | d_func_dynamic()->m_classType = type; |
| 177 | } |
| 178 | |
| 179 | ClassDeclarationData::ClassModifier ClassDeclaration::classModifier() const |
| 180 | { |
no outgoing calls
no test coverage detected