Searched refs:first_parm (Results 1 – 3 of 3) sorted by relevance
1387 function_decl::parameter_sptr first_parm = parm_diff->first_parameter(); in has_fn_parm_type_top_cv_qual_change() local1390 type_base_sptr first_parm_type = first_parm->get_type(); in has_fn_parm_type_top_cv_qual_change()
11866 function_decl::parameter_sptr first_parm; in finish_member_function_reading() local11868 first_parm = f->get_parameters()[0]; in finish_member_function_reading()11870 bool is_artificial = first_parm && first_parm->get_is_artificial(); in finish_member_function_reading()11874 this_ptr_type = first_parm->get_type(); in finish_member_function_reading()
19587 parameter_sptr first_parm; in get_pretty_representation_of_declarator() local19589 first_parm = *i; in get_pretty_representation_of_declarator()19593 if (parm.get() != first_parm.get()) in get_pretty_representation_of_declarator()