ast/visitor/recursive_ast_visitor library
Classes
-
RecursiveASTVisitor<
T> -
An AST visitor that will recursively visit all of the sub nodes in an AST
structure. For example, using an instance of this class to visit a
Block
will also cause all of the statements in the node to be visited.