| 724 | |
| 725 | |
| 726 | void HighLevelILTokenEmitter::EndScope(BNScopeType scopeType) |
| 727 | { |
| 728 | BNHighLevelILTokenEmitterEndScope(m_object, scopeType); |
| 729 | } |
| 730 | |
| 731 | |
| 732 | void HighLevelILTokenEmitter::ScopeContinuation(bool forceSameLine) |
no outgoing calls
no test coverage detected