Returns Diagnostics-area for the current statement.
| 2460 | |
| 2461 | /// Returns Diagnostics-area for the current statement. |
| 2462 | Diagnostics_area *get_stmt_da() |
| 2463 | { return m_stmt_da; } |
| 2464 | |
| 2465 | /// Returns Diagnostics-area for the current statement. |
| 2466 | const Diagnostics_area *get_stmt_da() const |
no outgoing calls
no test coverage detected