| 293 | } |
| 294 | |
| 295 | BfModule* BfType::GetModule() |
| 296 | { |
| 297 | if (mContext->mCompiler->mOptions.mCompileOnDemandKind == BfCompileOnDemandKind_AlwaysInclude) |
| 298 | return mContext->mScratchModule; |
| 299 | else |
| 300 | return mContext->mUnreifiedModule; |
| 301 | } |
| 302 | |
| 303 | BfTypeInstance* BfType::FindUnderlyingTypeInstance() |
| 304 | { |
no outgoing calls
no test coverage detected