Return a possibly helpful diagnostic location or string.
| 1713 | |
| 1714 | /// Return a possibly helpful diagnostic location or string. |
| 1715 | const char* GetErrorStr1() const { |
| 1716 | return _errorStr1; |
| 1717 | } |
| 1718 | /// Return a possibly helpful secondary diagnostic location or string. |
| 1719 | const char* GetErrorStr2() const { |
| 1720 | return _errorStr2; |
nothing calls this directly
no outgoing calls
no test coverage detected