GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
macro_key Struct Reference

Public Attributes

struct macro_tabletable
 
const char * name
 
struct macro_source_filestart_file
 
int start_line
 
struct macro_source_fileend_file
 
int end_line
 

Detailed Description

Definition at line 158 of file macrotab.c.

Member Data Documentation

◆ end_file

struct macro_source_file* macro_key::end_file

Definition at line 179 of file macrotab.c.

Referenced by find_definition(), foreach_macro_in_scope(), macro_undef(), and new_macro_key().

◆ end_line

int macro_key::end_line

Definition at line 180 of file macrotab.c.

Referenced by find_definition(), foreach_macro_in_scope(), and macro_undef().

◆ name

const char* macro_key::name

◆ start_file

struct macro_source_file* macro_key::start_file

◆ start_line

int macro_key::start_line

◆ table

struct macro_table* macro_key::table

Definition at line 164 of file macrotab.c.

Referenced by macro_tree_delete_key(), and new_macro_key().


The documentation for this struct was generated from the following file: