GDB (xrefs)
|
Public Attributes | |
linespec_token_type | type |
union { | |
struct stoken string | |
const char * keyword | |
} | data |
Definition at line 253 of file linespec.c.
union { ... } ls_token::data |
const char* ls_token::keyword |
Definition at line 265 of file linespec.c.
struct stoken ls_token::string |
Definition at line 262 of file linespec.c.
Definition at line 256 of file linespec.c.
Referenced by copy_token_string(), linespec_lexer_consume_token(), linespec_lexer_lex_one(), linespec_lexer_lex_string(), linespec_parse_basic(), linespec_parser_new(), parse_linespec(), and unexpected_linespec_error().