Home
last modified time | relevance | path

Searched refs:template_param_list (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c10985 tree template_param_list = NULL_TREE; in cp_parser_lambda_declarator_opt() local
11009 template_param_list = cp_parser_template_parameter_list (parser); in cp_parser_lambda_declarator_opt()
11126 else if (template_param_list != NULL_TREE) // generate diagnostic in cp_parser_lambda_declarator_opt()
11182 if (template_param_list) in cp_parser_lambda_declarator_opt()
11185 finish_template_decl (template_param_list); in cp_parser_lambda_declarator_opt()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc11501 tree template_param_list = NULL_TREE; in cp_parser_lambda_declarator_opt() local
11524 template_param_list = cp_parser_template_parameter_list (parser); in cp_parser_lambda_declarator_opt()
11733 if (template_param_list) in cp_parser_lambda_declarator_opt()
11736 finish_template_decl (template_param_list); in cp_parser_lambda_declarator_opt()