Searched refs:type_start_token (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 19108 cp_token *type_start_token = NULL; in cp_parser_enum_specifier() local 19145 type_start_token = cp_lexer_peek_token (parser->lexer); in cp_parser_enum_specifier() 19174 pedwarn (type_start_token->location, OPT_Wpedantic, in cp_parser_enum_specifier() 19185 error_at (type_start_token->location, in cp_parser_enum_specifier() 19200 error_at (type_start_token->location, in cp_parser_enum_specifier() 19302 error_at (type_start_token->location, "cannot add an enumerator " in cp_parser_enum_specifier() 19307 error_at (type_start_token->location, in cp_parser_enum_specifier() 19316 error_at (type_start_token->location, "nested name specifier " in cp_parser_enum_specifier() 19327 error_at (type_start_token->location, in cp_parser_enum_specifier() 19332 error_at (type_start_token->location, in cp_parser_enum_specifier() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 20734 cp_token *type_start_token = NULL; in cp_parser_enum_specifier() local 20771 type_start_token = cp_lexer_peek_token (parser->lexer); in cp_parser_enum_specifier() 20800 pedwarn (type_start_token->location, OPT_Wpedantic, in cp_parser_enum_specifier() 20811 error_at (type_start_token->location, in cp_parser_enum_specifier() 20826 error_at (type_start_token->location, in cp_parser_enum_specifier() 20932 error_at (type_start_token->location, "cannot add an enumerator " in cp_parser_enum_specifier() 20937 error_at (type_start_token->location, in cp_parser_enum_specifier() 20946 error_at (type_start_token->location, "nested name specifier " in cp_parser_enum_specifier() 20957 error_at (type_start_token->location, in cp_parser_enum_specifier() 20962 error_at (type_start_token->location, in cp_parser_enum_specifier() [all …]
|