go/ast.Field.Pos (method, view implemented interface methods)

7 uses

	go/ast (current package)
		ast.go#L205: func (f *Field) Pos() token.Pos {
		ast.go#L243: 		return f.List[0].Pos()

	go/printer
		nodes.go#L342: 			parLineBeg := p.lineFor(par.Pos())
		nodes.go#L351: 					p.setPos(par.Pos())
		nodes.go#L561: 				p.linebreak(p.lineFor(f.Pos()), 1, ignore, p.linesFrom(line) > 0)
		nodes.go#L617: 				p.linebreak(p.lineFor(f.Pos()), min, ignore, p.linesFrom(line) > 0)

	go/types
		signature.go#L297: 		recv = NewParam(rparam.Pos(), check.pkg, "", recvType)