Return a possibly helpful secondary diagnostic location or string.
| 1717 | } |
| 1718 | /// Return a possibly helpful secondary diagnostic location or string. |
| 1719 | const char* GetErrorStr2() const { |
| 1720 | return _errorStr2; |
| 1721 | } |
| 1722 | /// If there is an error, print it to stdout. |
| 1723 | void PrintError() const; |
| 1724 |
nothing calls this directly
no outgoing calls
no test coverage detected