| 5725 | } |
| 5726 | |
| 5727 | BfAutoComplete* BfCompiler::GetAutoComplete() |
| 5728 | { |
| 5729 | if (mResolvePassData != NULL) |
| 5730 | return mResolvePassData->mAutoComplete; |
| 5731 | return NULL; |
| 5732 | } |
| 5733 | |
| 5734 | bool BfCompiler::IsHotCompile() |
| 5735 | { |
no outgoing calls
no test coverage detected