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

2 uses

	golang.org/x/tools/go/ast/inspector (current package)
		cursor.go#L297: 		for child := range c.Children() {
		cursor.go#L417: func (c Cursor) Children() iter.Seq[Cursor] {