Lines Matching refs:cp_parser_context
390 cp_debug_print_context (FILE *file, cp_parser_context *c) in cp_debug_print_context()
402 cp_debug_print_context_stack (FILE *file, cp_parser_context *first) in cp_debug_print_context_stack()
405 cp_parser_context *c; in cp_debug_print_context_stack()
1904 static cp_parser_context *cp_parser_context_new
1905 (cp_parser_context *);
1909 static GTY((deletable)) cp_parser_context* cp_parser_context_free_list;
1960 static cp_parser_context *
1961 cp_parser_context_new (cp_parser_context* next) in cp_parser_context_new()
1963 cp_parser_context *context; in cp_parser_context_new()
1974 context = ggc_cleared_alloc<cp_parser_context> (); in cp_parser_context_new()
31879 cp_parser_context *context; in cp_parser_commit_to_tentative_parse()
31906 cp_parser_context *context = parser->context; in cp_parser_commit_to_topmost_tentative_parse()
31943 cp_parser_context *context; in cp_parser_parse_definitely()