Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c1866 static void cp_parser_cache_group
15981 cp_parser_cache_group (parser, CPP_CLOSE_BRACE, /*depth=*/0); in cp_parser_save_member_function_body()
15984 cp_parser_cache_group (parser, CPP_CLOSE_BRACE, /*depth=*/0); in cp_parser_save_member_function_body()
16787 cp_parser_cache_group (cp_parser *parser, in cp_parser_cache_group() function
16809 cp_parser_cache_group (parser, CPP_CLOSE_BRACE, depth + 1); in cp_parser_cache_group()
16814 cp_parser_cache_group (parser, CPP_CLOSE_PAREN, depth + 1); in cp_parser_cache_group()
16816 cp_parser_cache_group (parser, CPP_PRAGMA_EOL, depth + 1); in cp_parser_cache_group()
H A DChangeLog-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.
H A DChangeLog2541 * parser.c (cp_parser_cache_group): Don't stop if next
2779 (cp_parser_cache_group): Likewise.
3454 (cp_parser_cache_group): Handle CPP_PRAGMA/CPP_PRAGMA_EOL pairs.