Searched refs:is_trailing_return (Results 1 – 3 of 3) sorted by relevance
22240 bool is_template_arg, bool is_trailing_return, in cp_parser_type_id_1() argument22249 is_trailing_return, in cp_parser_type_id_1()22286 && !(cxx_dialect >= cxx14 && is_trailing_return)) in cp_parser_type_id_1()22381 bool is_trailing_return, in cp_parser_type_specifier_seq() argument22394 if (is_trailing_return) in cp_parser_type_specifier_seq()22409 if (seen_type_specifier && is_trailing_return in cp_parser_type_specifier_seq()
24157 bool is_template_arg, bool is_trailing_return, in cp_parser_type_id_1() argument24166 is_trailing_return, in cp_parser_type_id_1()24214 && !(cxx_dialect >= cxx14 && is_trailing_return)) in cp_parser_type_id_1()24315 bool is_trailing_return, in cp_parser_type_specifier_seq() argument24328 if (is_trailing_return) in cp_parser_type_specifier_seq()24343 if (seen_type_specifier && is_trailing_return in cp_parser_type_specifier_seq()
983 (cp_parser_type_id_1): Add is_trailing_return parm.