Return a possibly helpful diagnostic location or string.
| 1664 | |
| 1665 | /// Return a possibly helpful diagnostic location or string. |
| 1666 | const char* GetErrorStr1() const { |
| 1667 | return _errorStr1; |
| 1668 | } |
| 1669 | /// Return a possibly helpful secondary diagnostic location or string. |
| 1670 | const char* GetErrorStr2() const { |
| 1671 | return _errorStr2; |
nothing calls this directly
no outgoing calls
no test coverage detected