Searched refs:RID_AT_CLASS (Results 1 – 7 of 7) sorted by relevance
201 RID_AT_CLASS, RID_AT_ALIAS, RID_AT_DEFS, enumerator
212 RID_AT_CLASS, RID_AT_ALIAS, RID_AT_DEFS, enumerator
434 case RID_CLASS: token->keyword = RID_AT_CLASS; break;1686 case RID_AT_CLASS: in c_parser_external_declaration()2085 case RID_AT_CLASS: in c_parser_declaration_or_fndef()11041 gcc_assert (c_parser_next_token_is_keyword (parser, RID_AT_CLASS)); in c_parser_objc_class_declaration()
443 case RID_CLASS: token->keyword = RID_AT_CLASS; break; in c_lex_one_token()1720 case RID_AT_CLASS: in c_parser_external_declaration()2122 case RID_AT_CLASS: in c_parser_declaration_or_fndef()11105 gcc_assert (c_parser_next_token_is_keyword (parser, RID_AT_CLASS)); in c_parser_objc_class_declaration()
883 case RID_CLASS: token->keyword = RID_AT_CLASS; break; in cp_lexer_get_preprocessor_token()33330 case RID_AT_CLASS: in cp_parser_objc_declaration()33351 case RID_AT_CLASS: in cp_parser_objc_declaration()
938 case RID_CLASS: token->keyword = RID_AT_CLASS; break; in cp_lexer_get_preprocessor_token()35626 case RID_AT_CLASS: in cp_parser_objc_declaration()35647 case RID_AT_CLASS: in cp_parser_objc_declaration()
12283 Objective-C token, map RID_CLASS to RID_AT_CLASS and similar.12284 (c_parser_external_declaration): Use RID_AT_CLASS instead of RID_CLASS.