GCC Middle and Back End API Reference
|
#include <json-parsing.h>
Data Structures | |
struct | point |
struct | range |
Public Member Functions | |
virtual | ~location_map () |
virtual void | record_range_for_value (json::value *jv, const range &r)=0 |
virtual void | on_finished_parsing () |
Declarations for parsing JSON to a json::value * tree.
Abstract base class for recording what the locations of JSON values were as they parsed.
|
inlinevirtual |
|
inlinevirtual |
|
pure virtual |