GDB (xrefs)
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 157 of file macrotab.c.

Member Data Documentation

struct macro_source_file* macro_key::end_file

Definition at line 178 of file macrotab.c.

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

int macro_key::end_line

Definition at line 179 of file macrotab.c.

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

const char* macro_key::name
struct macro_source_file* macro_key::start_file
int macro_key::start_line
struct macro_table* macro_key::table

Definition at line 163 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: