Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] AST: How to get full definition of macros?

I have one more question about AST.

I have IASTName and IBinding for macros object. How to get its full definition?

For example, for

#define INT32_C(c)	c

I can retrieve only "INT32_C", but I want to get "INT32_C(c)". Is such API?

Best regards,
              Andrey.


Back to the top