Searched refs:capture_id (Results 1 – 2 of 2) sorted by relevance
10696 tree capture_id; in cp_parser_lambda_introducer() local10802 capture_id = cp_parser_identifier (parser); in cp_parser_lambda_introducer()10804 if (capture_id == error_mark_node) in cp_parser_lambda_introducer()10845 = cp_parser_lookup_name_simple (parser, capture_id, in cp_parser_lambda_introducer()10850 unqualified_name_lookup_error (capture_id); in cp_parser_lambda_introducer()10877 (capture_id, in cp_parser_lambda_introducer()10918 capture_id); in cp_parser_lambda_introducer()10923 "default", capture_id); in cp_parser_lambda_introducer()10931 found = ids.add (capture_id); in cp_parser_lambda_introducer()10933 first_capture_id = capture_id; in cp_parser_lambda_introducer()[all …]
11210 tree capture_id; in cp_parser_lambda_introducer() local11320 capture_id = cp_parser_identifier (parser); in cp_parser_lambda_introducer()11322 if (capture_id == error_mark_node) in cp_parser_lambda_introducer()11363 = cp_parser_lookup_name_simple (parser, capture_id, in cp_parser_lambda_introducer()11368 unqualified_name_lookup_error (capture_id); in cp_parser_lambda_introducer()11395 (capture_id, in cp_parser_lambda_introducer()11436 capture_id); in cp_parser_lambda_introducer()11441 "default", capture_id); in cp_parser_lambda_introducer()11449 found = ids.add (capture_id); in cp_parser_lambda_introducer()11451 first_capture_id = capture_id; in cp_parser_lambda_introducer()[all …]