Hi,
Thanks Daniel, I suppose you mean CXXRecordDecl::lookupInBases() instead CXXRecordDecl::findInBases().
Have you ever used one of these methods? I don’t understand quite well how can I use them for my purpose. What I need is that, given an object CXXRecordDecl, I can analyze something in particular in each one of its base classes (direct or indirect). Thus, I need to get each one of these classes to process them, but the methods you refer only return a bool.
Could you please show me an example using these methods? Mainly, with respect the arguments passed to these methdos.
Thanks,
Pedro.
El día 08 nov 2013 15:32, Daniel Jasper djasper@google.com escribió: