Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] how to parse c ,c++ file

I am developing a plug-in that requires a parsing a c file
and obtaining
the information such as method siganatures,parameter types etc. Can any
body tell me how to do it using the CDT parser.

I
tried to look at the source code of cdt , but its too much work
I managed to create the parser object but can't figure out how
to get the 
necessary information .. thanks in advance
regards
sanjaya

Back to the top