| 1497 | } |
| 1498 | |
| 1499 | void DbgType::PopulateType() |
| 1500 | { |
| 1501 | if (mIsIncomplete) |
| 1502 | { |
| 1503 | mCompileUnit->mDbgModule->PopulateType(this); |
| 1504 | mIsIncomplete = false; |
| 1505 | } |
| 1506 | } |
| 1507 | |
| 1508 | DbgModule* DbgType::GetDbgModule() |
| 1509 | { |
no outgoing calls
no test coverage detected