Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Dlex.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()
Ddecl.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()
DChangeLog-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.
Ddecl2.c264 SET_DECL_LANGUAGE (function, lang_cplusplus); in grokclassfn()
Dsemantics.c2290 SET_DECL_LANGUAGE (decl, lang_cplusplus); in finish_member_declaration()
Dname-lookup.c756 SET_DECL_LANGUAGE (x, lang_c); in pushdecl_maybe_friend()
Dcp-tree.h1649 #define SET_DECL_LANGUAGE(NODE, LANGUAGE) \ macro
DChangeLog-20024410 (SET_DECL_LANGUAGE): Add parenthesis.