Skip to main content

Module walk

Module walk 

Source
Expand description

Default traversal implementations.

Each walk_* function calls the corresponding visit_* methods on child nodes. Override visit_* to intercept; call walk_* to continue traversal.

Functionsยง

walk_decl
Walk a declaration by dispatching to the variant-specific visitor.
walk_source_file
Walk all declarations in a source file.