Lines Matching refs:decl
134 * \param decl the formal argument
137 static void add_param (char const *type, char *decl, location loc);
3181 declaration DECL and location LOC. */
3184 add_param (char const *type, char *decl, location loc)
3195 for (p = decl; p[1]; p++)
3196 if ((p == decl
3207 ++decl;
3208 while (c_isspace ((unsigned char) *decl))
3209 ++decl;
3216 muscle_pair_list_grow (type, decl, name);