go/ast.Field.Pos (method, view implemented interface methods)
9 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#L345: recv = newVar(RecvVar, rparam.Pos(), check.pkg, "", recvType)
go.pact.im/x/plumb/internal/discover
discover.go#L666: pos := diag.PosIn(pkg.Fset, field.Pos())
discover.go#L720: pos := diag.PosIn(pkg.Fset, field.Pos())