Searched refs:SET_DECL_LANGUAGE (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/gcc/cp/ |
| HD | lex.c | 703 SET_DECL_LANGUAGE (t, lang_cplusplus); in retrofit_lang_decl() 705 SET_DECL_LANGUAGE (t, lang_c); in retrofit_lang_decl() 707 SET_DECL_LANGUAGE (t, lang_java); in retrofit_lang_decl()
|
| HD | decl.c | 1303 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl)); in duplicate_decls() 1506 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl)); in duplicate_decls() 1910 SET_DECL_LANGUAGE (olddecl, DECL_LANGUAGE (newdecl)); in duplicate_decls() 1925 SET_DECL_LANGUAGE (newdecl, DECL_LANGUAGE (olddecl)); in duplicate_decls() 3493 SET_DECL_LANGUAGE (fn, lang_c); in build_library_fn_1() 3521 SET_DECL_LANGUAGE (fn, lang_cplusplus); in build_cp_library_fn() 6597 SET_DECL_LANGUAGE (decl, lang_c); in grokfndecl()
|
| HD | ChangeLog-2001 | 2285 (SET_DECL_LANGUAGE): New macro. 2286 * decl.c (duplicate_decls): Use SET_DECL_LANGUAGE. 2292 * decl2.c (grokclassfn): Use SET_DECL_LANGUAGE. 2296 * semantics.c (finish_member_declaration): Use SET_DECL_LANGUAGE.
|
| HD | decl2.c | 264 SET_DECL_LANGUAGE (function, lang_cplusplus); in grokclassfn()
|
| HD | semantics.c | 2290 SET_DECL_LANGUAGE (decl, lang_cplusplus); in finish_member_declaration()
|
| HD | cp-tree.h | 1649 #define SET_DECL_LANGUAGE(NODE, LANGUAGE) \ macro
|
| HD | name-lookup.c | 756 SET_DECL_LANGUAGE (x, lang_c); in pushdecl_maybe_friend()
|
| HD | ChangeLog-2002 | 4410 (SET_DECL_LANGUAGE): Add parenthesis.
|