Searched refs:first_capture_id (Results 1 – 3 of 3) sorted by relevance
10692 tree first_capture_id = NULL_TREE; in cp_parser_lambda_introducer() local10932 else if (first_capture_id == NULL_TREE) in cp_parser_lambda_introducer()10933 first_capture_id = capture_id; in cp_parser_lambda_introducer()10934 else if (capture_id == first_capture_id) in cp_parser_lambda_introducer()10938 ids.add (first_capture_id); in cp_parser_lambda_introducer()
11206 tree first_capture_id = NULL_TREE; in cp_parser_lambda_introducer() local11450 else if (first_capture_id == NULL_TREE) in cp_parser_lambda_introducer()11451 first_capture_id = capture_id; in cp_parser_lambda_introducer()11452 else if (capture_id == first_capture_id) in cp_parser_lambda_introducer()11456 ids.add (first_capture_id); in cp_parser_lambda_introducer()
4562 * parser.c (cp_parser_lambda_introducer): Add ids and first_capture_id