Searched refs:block_helper_function_decl (Results 1 – 2 of 2) sorted by relevance
9208 tree block_helper_function_decl; in c_parser_block_literal_expr() local9319 block_helper_function_decl = build_helper_func_decl (build_block_helper_name (0), in c_parser_block_literal_expr()9321 DECL_CONTEXT (block_helper_function_decl) = current_function_decl; in c_parser_block_literal_expr()9322 cur_block->helper_func_decl = block_helper_function_decl; in c_parser_block_literal_expr()
19716 tree block_helper_function_decl; in cp_parser_block_literal_expr() local19829 block_helper_function_decl = build_helper_func_decl (build_block_helper_name (unique_count), in cp_parser_block_literal_expr()19831 DECL_CONTEXT (block_helper_function_decl) = current_function_decl; in cp_parser_block_literal_expr()19832 cur_block->helper_func_decl = block_helper_function_decl; in cp_parser_block_literal_expr()19834 DECL_ARGUMENTS (block_helper_function_decl) = arglist; in cp_parser_block_literal_expr()