Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT code analysis question!

Hello,

I don't have the IDE here so I can't check, but you'd probably want to use IASTExpression.getExpressionType() plus some attributes of IBasicType (or was it IQualifiedType?) to achieve what you want.
Sorry if I confused some names, I'm writing from memory.

Best regards,
-- Tomasz Wesołowski


Back to the top