[cfe-dev] Iterating through an Expression in the Clang AST

madil90 madil90 at gmail.com
Sat Feb 9 19:09:49 PST 2013


Expressions are derived from Statements. You can use the child_begin and
child_end iterators in Statement to iterate through child statements. Use
dump() to output the whole expression (including children) on to the std
stream.



--
View this message in context: http://clang-developers.42468.n3.nabble.com/Iterating-through-an-Expression-in-the-Clang-AST-tp4030389p4030390.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list