Searched refs:decl_to_string (Results 1 – 7 of 7) sorted by relevance
49 static const char *decl_to_string (tree, int);2008 decl_to_string (tree decl, int verbose) in decl_to_string() function2349 result = decl_to_string (temp, verbose); in cp_printer()
3149 * error.c (decl_to_string): Do not print default argument5477 (decl_to_string): Likewise.
4334 (decl_to_string): Likewise.
1585 (decl_to_string): New static print callback.
67 static const char *decl_to_string PARAMS ((tree, int));2249 decl_to_string (decl, verbose) in decl_to_string() function2622 case 'D': result = decl_to_string (next_tree, verbose); break;
749 * error.c (decl_to_string): Do not print default argument