struct
#include <slang/syntax/SyntaxVisitor.h>
AllSyntaxVisitor Simple visitors with kinds that are left to the user to evaluate.
This is preferable over makeSyntaxVisitor([](auto, auto){...}), as the compile time cost is lower, and the compiler errors are better.