Re: get complete type

2007-07-02 Thread Mike Stump
On Jul 2, 2007, at 2:48 AM, allozano wrote: 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" Look for CONTEXT in *.h.

get complete type

2007-07-02 Thread allozano
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