Home
last modified time | relevance | path

Searched refs:finish_using_decl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc21469 finish_using_decl (tree qscope, tree identifier, bool typename_p = false) in finish_using_decl() function
21615 tree decl = finish_using_decl (qscope, identifier, typename_p); in cp_parser_using_declaration()
21714 finish_using_decl (type, DECL_NAME (TREE_VALUE (v))); in cp_parser_using_enum()
H A DChangeLog-20201090 (finish_using_decl): Split out from...