func go/ast.PreorderStack

one use

	go/ast (current package)
		walk.go#L411: func PreorderStack(root Node, stack []Node, f func(n Node, stack []Node) bool) {