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

7 uses

	go/ast (current package)
		ast.go#L209: func (f *Field) Pos() token.Pos {
		ast.go#L247: 		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#L319: 		recv = newVar(RecvVar, rparam.Pos(), check.pkg, "", recvType)