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.