GCC Middle and Back End API Reference
|
#include <json-parsing.h>
Public Member Functions | |
error (const location_map::range &r, char *msg) | |
~error () | |
const location_map::range & | get_range () const |
const char * | get_msg () const |
Private Attributes | |
location_map::range | m_range |
char * | m_msg |
Class for recording an error within a JSON file.
|
inline |
|
inline |
References m_msg.
|
inline |
References m_range.
|
private |
Referenced by get_range().