Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] AST for a C++ project

Hi,

The ITranslationUnit and IASTTranslationUnit interfaces represent the
translation unit and AST of a single C/C++ source file, respectively.

Is there any way to get the AST of an entire C++ project or do I need to
start from the AST of the main file and navigate through the include
directives?


Thanks,
Simos



--
View this message in context: http://eclipse.1072660.n5.nabble.com/AST-for-a-C-project-tp186484.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.


Back to the top