Home
last modified time | relevance | path

Searched refs:RID_AT_CLASS (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h201 RID_AT_CLASS, RID_AT_ALIAS, RID_AT_DEFS, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h212 RID_AT_CLASS, RID_AT_ALIAS, RID_AT_DEFS, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c434 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc443 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c883 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc938 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201012283 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.