This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
cp_namespace_decls
- From: Sri Sairam Goli <goli at optonline dot net>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 07 Dec 2001 21:20:37 -0500
- Subject: cp_namespace_decls
Hi,
I am trying to find a function that gives the list of all the DECL nodes given a
NAMESPACE node (i.e equivalant of cp_namespace_decls() in gcc3.0)
in egcs 2.9 src code. cp_namespace_decls() is not defined in the egcs 2.9
src code and I couldn't figure out an equivalant for that. Can you please help
me out.
Thanks,
goli