GDB (xrefs)
|
#include "parser-defs.h"
Public Attributes | |
struct stoken | stoken |
struct block_symbol | sym |
int | is_a_field_of_this |
Definition at line 395 of file parser-defs.h.
int symtoken::is_a_field_of_this |
Definition at line 399 of file parser-defs.h.
Referenced by classify_name(), classify_packaged_name(), lex_one_token(), and yylex().
struct stoken symtoken::stoken |
Definition at line 397 of file parser-defs.h.
Referenced by classify_inner_name(), classify_name(), and lex_one_token().
struct block_symbol symtoken::sym |
Definition at line 398 of file parser-defs.h.
Referenced by gdb.FrameDecorator.SymValueWrapper::__init__(), classify_inner_name(), classify_name(), classify_packaged_name(), lex_one_token(), gdb.FrameDecorator.SymValueWrapper::symbol(), and yylex().