Lines Matching defs:tn
1967 /// @param tn the type name of the parameter designated by this specification.
1972 /// account only if the parameter @p tn is empty.
1974 const string& tn,
1976 : priv_(new priv(i, tn, tn_regex))
2006 /// @param tn new parameter type name to set.
2008 function_suppression::parameter_spec::set_parameter_type_name(const string& tn)
2009 {priv_->type_name_ = tn;}
2743 const string& tn = (*p)->get_parameter_type_name();
2744 if (!tn.empty())
2746 if (tn != fn_parm_type_qualified_name)