GCC Middle and Back End API Reference
|
#include "json.h"
Go to the source code of this file.
Data Structures | |
class | sarif_property_bag |
class | sarif_object |
class | sarif_logical_location |
Functions | |
std::unique_ptr< sarif_logical_location > | make_sarif_logical_location_object (const logical_location &logical_loc) |
|
extern |
Make a "logicalLocation" object (SARIF v2.1.0 section 3.33) for LOGICAL_LOC, or return nullptr.
References logical_location::get_internal_name(), logical_location::get_kind(), logical_location::get_name_with_scope(), logical_location::get_short_name(), make_unique(), and maybe_get_sarif_kind().
Referenced by sarif_builder::set_any_logical_locs_arr().