[cfe-dev] CXXBaseOrMemberInitializer ctor path

Jay L. T. Cornwall jay at thefoundry.co.uk
Wed Sep 29 07:33:17 PDT 2010


Hi,

I'd like to trace the constructor call sequence from a CXXConstructExpr. 
I get the CXXConstructorDecl and then recursively examine its bases for 
CXXBaseOrMemberInitializer.

These reveal the base classes whose constructors are subsequently 
invoked (through ::getBaseClass()), but not the constructor itself. Are 
the overloads resolved in the AST or is this analysis handled elsewhere?

Thanks,

-- 
Jay L. T. Cornwall, Software Engineer
The Foundry, 1 Wardour Street, London. W1D 6PA
Tel: +44 (0)20 7434 0449, Fax: +44 (0)20 7434 1550, Web: 
www.thefoundry.co.uk

The Foundry Visionmongers Ltd • Registered in England and Wales No: 4642027



More information about the cfe-dev mailing list