go/token.FileSet.PositionFor (method)

3 uses

	go/token (current package)
		position.go#L594: func (s *FileSet) PositionFor(p Pos, adjusted bool) (pos Position) {
		position.go#L606: 	return s.PositionFor(p, true)

	go/ast
		import.go#L67: 	return fset.PositionFor(pos, false).Line