Searched refs:maybe_range_for_decl (Results 1 – 3 of 3) sorted by relevance
13607 tree *maybe_range_for_decl) in cp_parser_simple_declaration() argument13615 if (maybe_range_for_decl) in cp_parser_simple_declaration()13616 *maybe_range_for_decl = NULL_TREE; in cp_parser_simple_declaration()13680 maybe_range_for_decl, in cp_parser_simple_declaration()13688 else if (maybe_range_for_decl) in cp_parser_simple_declaration()13690 if (*maybe_range_for_decl == NULL_TREE) in cp_parser_simple_declaration()13691 *maybe_range_for_decl = error_mark_node; in cp_parser_simple_declaration()13744 if (maybe_range_for_decl) in cp_parser_simple_declaration()13746 *maybe_range_for_decl = error_mark_node; in cp_parser_simple_declaration()13763 maybe_range_for_decl, in cp_parser_simple_declaration()[all …]
15126 tree *maybe_range_for_decl) in cp_parser_simple_declaration() argument15134 if (maybe_range_for_decl) in cp_parser_simple_declaration()15135 *maybe_range_for_decl = NULL_TREE; in cp_parser_simple_declaration()15205 maybe_range_for_decl, in cp_parser_simple_declaration()15213 else if (maybe_range_for_decl) in cp_parser_simple_declaration()15215 if (*maybe_range_for_decl == NULL_TREE) in cp_parser_simple_declaration()15216 *maybe_range_for_decl = error_mark_node; in cp_parser_simple_declaration()15269 if (maybe_range_for_decl) in cp_parser_simple_declaration()15271 *maybe_range_for_decl = error_mark_node; in cp_parser_simple_declaration()15288 maybe_range_for_decl, in cp_parser_simple_declaration()[all …]
3462 if *maybe_range_for_decl is NULL after parsing it, set it to