Home
last modified time | relevance | path

Searched refs:SET_DECL_LANGUAGE (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDlex.c703 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()
HDdecl.c1303 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()
HDChangeLog-20012285 (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.
HDdecl2.c264 SET_DECL_LANGUAGE (function, lang_cplusplus); in grokclassfn()
HDsemantics.c2290 SET_DECL_LANGUAGE (decl, lang_cplusplus); in finish_member_declaration()
HDcp-tree.h1649 #define SET_DECL_LANGUAGE(NODE, LANGUAGE) \ macro
HDname-lookup.c756 SET_DECL_LANGUAGE (x, lang_c); in pushdecl_maybe_friend()
HDChangeLog-20024410 (SET_DECL_LANGUAGE): Add parenthesis.