golang.org/x/tools/go/ast/inspector.Cursor.Preorder (method)

2 uses

	golang.org/x/tools/go/ast/inspector (current package)
		cursor.go#L135: func (c Cursor) Preorder(types ...ast.Node) iter.Seq[Cursor] {
		cursor.go#L445: 		for candidate := range c.Preorder(n) {