GCC Middle and Back End API Reference
current_fndecl_logical_location Class Reference

#include <tree-logical-location.h>

Inheritance diagram for current_fndecl_logical_location:
Collaboration diagram for current_fndecl_logical_location:

Public Member Functions

const charget_short_name () const final override
 
const charget_name_with_scope () const final override
 
const charget_internal_name () const final override
 
enum logical_location_kind get_kind () const final override
 

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

Concrete subclass of logical_location, with reference to
current_function_decl.   

Member Function Documentation

◆ get_internal_name()

const char * current_fndecl_logical_location::get_internal_name ( ) const
finaloverridevirtual

◆ get_internal_name_for_tree()

const char * compiler_logical_location::get_internal_name_for_tree ( tree decl)
staticprotectedinherited
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 get_internal_name().

◆ get_kind()

enum logical_location_kind current_fndecl_logical_location::get_kind ( ) const
finaloverridevirtual

◆ get_kind_for_tree()

enum logical_location_kind compiler_logical_location::get_kind_for_tree ( tree decl)
staticprotectedinherited

◆ get_name_with_scope()

const char * current_fndecl_logical_location::get_name_with_scope ( ) const
finaloverridevirtual

◆ get_name_with_scope_for_tree()

const char * compiler_logical_location::get_name_with_scope_for_tree ( tree decl)
staticprotectedinherited
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 get_name_with_scope().

◆ get_short_name()

const char * current_fndecl_logical_location::get_short_name ( ) const
finaloverridevirtual
class current_fndecl_logical_location : public compiler_logical_location.   
Implementation of the logical_location vfuncs, using
current_function_decl.   

Implements logical_location.

References current_function_decl, gcc_assert, and compiler_logical_location::get_short_name_for_tree().

◆ get_short_name_for_tree()

const char * compiler_logical_location::get_short_name_for_tree ( tree decl)
staticprotectedinherited
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 get_short_name().


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