| 1574 | } |
| 1575 | |
| 1576 | DbgType* DbgType::GetRootBaseType() |
| 1577 | { |
| 1578 | auto baseType = GetBaseType(); |
| 1579 | if (baseType != NULL) |
| 1580 | return baseType->GetRootBaseType(); |
| 1581 | return this; |
| 1582 | } |
| 1583 | |
| 1584 | DbgType* DbgType::RemoveModifiers(bool* hadRef) |
| 1585 | { |
no outgoing calls
no test coverage detected