Searched refs:in_switch_statement_p (Results 1 – 4 of 4) sorted by relevance
313 bool in_switch_statement_p; member
3294 parser->in_switch_statement_p = false; in cp_parser_new()8088 bool in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_lambda_expression() local8092 parser->in_switch_statement_p = false; in cp_parser_lambda_expression()8126 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_lambda_expression()8813 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()8826 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()9138 bool in_switch_statement_p; in cp_parser_selection_statement() local9145 in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_selection_statement()9147 parser->in_switch_statement_p = true; in cp_parser_selection_statement()9150 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_selection_statement()[all …]
317 bool in_switch_statement_p; member
3898 parser->in_switch_statement_p = false; in cp_parser_new()10163 bool in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_lambda_expression() local10173 parser->in_switch_statement_p = false; in cp_parser_lambda_expression()10211 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_lambda_expression()11049 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()11066 if (parser->in_switch_statement_p) in cp_parser_label_for_labeled_statement()11527 bool in_switch_statement_p; in cp_parser_selection_statement() local11534 in_switch_statement_p = parser->in_switch_statement_p; in cp_parser_selection_statement()11536 parser->in_switch_statement_p = true; in cp_parser_selection_statement()11540 parser->in_switch_statement_p = in_switch_statement_p; in cp_parser_selection_statement()[all …]