Some AST nodes had their "source" member visited by the parse tree visitor, while others, in particular those that were handled by the trait-based visitors, did not. Make sure that we call the Walk function on the "source" member for all classes that have it.