go/token.File.PositionFor (method)
3 uses
go/token (current package)
position.go#L390: func (f *File) PositionFor(p Pos, adjusted bool) (pos Position) {
position.go#L401: return f.PositionFor(p, true)
go/parser
parser.go#L175: return p.file.PositionFor(pos, false).Line
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)