Searched refs:finish_using_directive (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.h | 320 extern void finish_using_directive (tree target, tree attribs);
|
H A D | name-lookup.c | 7289 finish_using_directive (tree target, tree attribs) in finish_using_directive() function
|
H A D | pt.c | 18055 finish_using_directive (USING_STMT_NAMESPACE (t), /*attribs=*/NULL_TREE); in tsubst_expr()
|
H A D | parser.c | 20164 finish_using_directive (namespace_decl, attribs); in cp_parser_using_directive()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.h | 458 extern void finish_using_directive (tree target, tree attribs);
|
H A D | ChangeLog-2019 | 3838 * name-lookup.c (finish_using_directive): Don't issue inform() if the 3849 (finish_using_directive): ... here. Handle both contexts. 3852 (finish_using_directive): ... this.
|
H A D | name-lookup.cc | 8555 finish_using_directive (tree target, tree attribs) in finish_using_directive() function
|
H A D | ChangeLog-2021 | 1830 * name-lookup.c (finish_using_directive): Diagnose omp::directive
|
H A D | pt.cc | 18639 finish_using_directive (USING_STMT_NAMESPACE (t), /*attribs=*/NULL_TREE); in tsubst_expr()
|
H A D | parser.cc | 21893 finish_using_directive (namespace_decl, attribs); in cp_parser_using_directive()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | ChangeLog | 435 finish_using_directive.
|
H A D | libcp1plugin.cc | 789 finish_using_directive (used_ns, NULL_TREE); in plugin_add_using_namespace()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 945 finish_using_directive (used_ns, NULL_TREE); in plugin_add_using_namespace()
|