Lines Matching defs:parm

927 /// @parm r the right-hand-side operand of the comparison.
943 /// @parm r the right-hand-side operand of the comparison.
962 /// @parm r the right-hand-side operand of the comparison.
982 /// @parm r the right-hand-side operand of the comparison.
6581 function_decl::parameters parm;
6597 parm.push_back(stripped);
6602 parm, ty->get_is_const(),
6608 function_decl::parameters parm;
6624 parm.push_back(stripped);
6628 t.reset(new function_type(p, parm,
10089 /// @parm t the type to consider.
10113 /// @parm t the type to consider.
10141 /// @parm t the type to consider.
10164 /// @parm t the type to consider.
10173 /// @parm t the type to consider.
10182 /// @parm t the type to consider.
10200 /// @parm t the type to consider.
12111 /// @parm tu_path the path of the translation unit to consider.
13834 function_decl::parameter_sptr parm;
13844 parm.reset(new function_decl::parameter(parm_type,
13850 parms.push_back(parm);
19451 /// @param parm the parameter to append.
19453 function_type::append_parameter(parameter_sptr parm)
19455 parm->set_index(priv_->parms_.size());
19456 priv_->parms_.push_back(parm);
20226 parameter_sptr parm;
20232 parm = *i;
20233 if (parm.get() != first_parm.get())
20235 if (parm->get_variadic_marker()
20236 || get_environment().is_variadic_parameter_type(parm->get_type()))
20240 type_base_sptr type = parm->get_type();
20261 /// @return the first non implicit parm.
20358 /// @param parm the parameter to append.
20360 function_decl::append_parameter(shared_ptr<parameter> parm)
20361 {get_type()->append_parameter(parm);}
20846 ///@return the unique parm name id.