Return a possibly helpful secondary diagnostic location or string.
| 1701 | } |
| 1702 | /// Return a possibly helpful secondary diagnostic location or string. |
| 1703 | const char* GetErrorStr2() const { |
| 1704 | return _errorStr2; |
| 1705 | } |
| 1706 | /// If there is an error, print it to stdout. |
| 1707 | void PrintError() const; |
| 1708 |
nothing calls this directly
no outgoing calls
no test coverage detected