| 3298 | } |
| 3299 | |
| 3300 | void BeModule::SetCurrentDebugLocation(BeDbgLoc* debugLoc) |
| 3301 | { |
| 3302 | mCurDbgLoc = debugLoc; |
| 3303 | } |
| 3304 | |
| 3305 | void BeModule::SetCurrentDebugLocation(int line, int column, BeMDNode* dbgScope, BeDbgLoc* dbgInlinedAt) |
| 3306 | { |
no outgoing calls
no test coverage detected