This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
get complete type
- From: allozano <allozano at indra dot es>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 02 Jul 2007 11:48:49 +0200
- Subject: get complete type
I need get the param type. For example
void f (std::string){...}
with Macros TYPE_NAME, TYPE_DECL,... i find the param is "string" but I
need "std::string" for code generator.
I dont find the fields or macros in the files tree.h and cp/cp-tree.h
and don find information in google.
Thanks and sorry for my english