GCC Middle and Back End API Reference
|
Public Member Functions | |
diagnostic_logical_location (enum diagnostic_logical_location_kind_t kind, const diagnostic_logical_location *parent, const char *short_name, const char *fully_qualified_name, const char *decorated_name) | |
bool | operator< (const diagnostic_logical_location &other) const |
This has to be a "struct" as it is exposed in the C API.
|
inline |
References diagnostic_logical_location(), m_decorated_name, m_fully_qualified_name, m_kind, m_parent, and m_short_name.
Referenced by diagnostic_logical_location(), and operator<().
|
inline |
References diagnostic_logical_location(), m_decorated_name, m_fully_qualified_name, m_kind, m_parent, and m_short_name.
owned_nullable_string diagnostic_logical_location::m_decorated_name |
owned_nullable_string diagnostic_logical_location::m_fully_qualified_name |
enum diagnostic_logical_location_kind_t diagnostic_logical_location::m_kind |
const diagnostic_logical_location* diagnostic_logical_location::m_parent |
owned_nullable_string diagnostic_logical_location::m_short_name |