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

2 uses

	golang.org/x/tools/go/ast/inspector (current package)
		cursor.go#L363: func (c Cursor) FirstChild() (Cursor, bool) {
		cursor.go#L419: 		c, ok := c.FirstChild()