Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] AST: How to distinguish interfaces/macros defined in the system headers and user units?

Hello!

I'm working with internal syntax analyser of CDT (AST).
For example, I have IASTName and IBinding for selected node (function, variable, macro, type, etc). How to determine, is it defined in the system headers (<stdio.h>, <sdtlib.h>, etc) or in the user source files (.c, .cpp or user headers "mylib.h")?

Best regards,
              Andrey.


Back to the top