Home
last modified time | relevance | path

Searched refs:cp_parser_cache_group (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDparser.c1907 static void cp_parser_cache_group
16503 cp_parser_cache_group (parser, CPP_CLOSE_BRACE, /*depth=*/0); in cp_parser_save_member_function_body()
16506 cp_parser_cache_group (parser, CPP_CLOSE_BRACE, /*depth=*/0); in cp_parser_save_member_function_body()
17309 cp_parser_cache_group (cp_parser *parser, in cp_parser_cache_group() function
17331 cp_parser_cache_group (parser, CPP_CLOSE_BRACE, depth + 1); in cp_parser_cache_group()
17336 cp_parser_cache_group (parser, CPP_CLOSE_PAREN, depth + 1); in cp_parser_cache_group()
17338 cp_parser_cache_group (parser, CPP_PRAGMA_EOL, depth + 1); in cp_parser_cache_group()
HDChangeLog-20042018 (cp_parser_cache_group): Delete.
2019 (cp_parser_cache_group_1): Rename cp_parser_cache_group. Do
4852 (cp_parser_cache_group): Likewise.
6318 * parser.c (cp_parser_cache_group): Do not consume the EOF token.
HDChangeLog2610 * parser.c (cp_parser_cache_group): Don't stop if next
2848 (cp_parser_cache_group): Likewise.
3523 (cp_parser_cache_group): Handle CPP_PRAGMA/CPP_PRAGMA_EOL pairs.