Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Index and AST connection(Find preprocessor statements or declarations)
Index and AST connection [message #1404250] Wed, 30 July 2014 16:00
Menyhert Akos is currently offline Menyhert AkosFriend
Messages: 2
Registered: July 2014
Junior Member
Hy all,

I have lots of (>100K) preprocessorstatements in my file. I would like to find them in AST (get the IASTPreprocessorStatement nodes). Is there a fast way to find them with index? For example: index.findMacros("DEFNAME".toCharArray(), ...) but it returns PDOMMacro elements and not IASTPreprocessorStatement.

Thanks!
Previous Topic:Supressing warnings
Next Topic:Eclipse Luna, MinGW-w64 -- C++11 <random>
Goto Forum:
  


Current Time: Fri Apr 26 14:58:09 GMT 2024

Powered by FUDForum. Page generated in 0.03596 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top