[cfe-dev] Getting a field's access class

chris nuernberger cnuernber at gmail.com
Mon Aug 9 15:11:59 PDT 2010


Hey all,

Phase two of what I am doing is starting.

Given a c++ record in clang, I need to get whether it is public or
not.  Is this done using the linkage member?

I will also need to, given an enumeration, get the names and the
values of the enumeration type.  Given a field's type, how do I get to
the enumeration declaration?

Chris

-- 
A foolish consistency is the hobgoblin of little minds - Emerson



More information about the cfe-dev mailing list