GCC Middle and Back End API Reference
compiler_logical_location Class Referenceabstract

#include <tree-logical-location.h>

Inheritance diagram for compiler_logical_location:
Collaboration diagram for compiler_logical_location:

Public Member Functions

virtual const charget_short_name () const =0
 
virtual const charget_name_with_scope () const =0
 
virtual const charget_internal_name () const =0
 
virtual enum logical_location_kind get_kind () const =0
 

Static Protected Member Functions

static const charget_short_name_for_tree (tree)
 
static const charget_name_with_scope_for_tree (tree)
 
static const charget_internal_name_for_tree (tree)
 
static enum logical_location_kind get_kind_for_tree (tree)
 

Detailed Description

Subclasses of logical_location with knowledge of "tree".
   Copyright (C) 2022-2024 Free Software Foundation, Inc.
   Contributed by David Malcolm <dmalcolm@redhat.com>.

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   
Abstract subclass of logical_location, with knowledge of "tree", but
for no specific tree.   

Member Function Documentation

◆ get_internal_name()

virtual const char * logical_location::get_internal_name ( ) const
pure virtualinherited

◆ get_internal_name_for_tree()

const char * compiler_logical_location::get_internal_name_for_tree ( tree decl)
staticprotected
Get a string for DECL suitable for use by the SARIF logicalLocation
"decoratedName" property (SARIF v2.1.0 section 3.33.6).   

References DECL_ASSEMBLER_NAME, gcc_assert, HAS_DECL_ASSEMBLER_NAME_P, IDENTIFIER_POINTER, and NULL.

Referenced by tree_logical_location::get_internal_name(), and current_fndecl_logical_location::get_internal_name().

◆ get_kind()

virtual enum logical_location_kind logical_location::get_kind ( ) const
pure virtualinherited

◆ get_kind_for_tree()

enum logical_location_kind compiler_logical_location::get_kind_for_tree ( tree decl)
staticprotected

◆ get_name_with_scope()

virtual const char * logical_location::get_name_with_scope ( ) const
pure virtualinherited

◆ get_name_with_scope_for_tree()

const char * compiler_logical_location::get_name_with_scope_for_tree ( tree decl)
staticprotected
Get a string for DECL suitable for use by the SARIF logicalLocation
"fullyQualifiedName" property (SARIF v2.1.0 section 3.33.5).   

References lang_hooks::decl_printable_name, gcc_assert, and identifier_to_locale().

Referenced by tree_logical_location::get_name_with_scope(), and current_fndecl_logical_location::get_name_with_scope().

◆ get_short_name()

virtual const char * logical_location::get_short_name ( ) const
pure virtualinherited

◆ get_short_name_for_tree()

const char * compiler_logical_location::get_short_name_for_tree ( tree decl)
staticprotected
Subclasses of logical_location with knowledge of "tree".
   Copyright (C) 2022-2024 Free Software Foundation, Inc.
   Contributed by David Malcolm <dmalcolm@redhat.com>.

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   
class compiler_logical_location : public logical_location.   
Get a string for DECL suitable for use by the SARIF logicalLocation
"name" property (SARIF v2.1.0 section 3.33.4).   

References lang_hooks::decl_printable_name, gcc_assert, and identifier_to_locale().

Referenced by tree_logical_location::get_short_name(), and current_fndecl_logical_location::get_short_name().


The documentation for this class was generated from the following files: