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

4 uses

	go/ast (current package)
		ast.go#L485: func (x *BasicLit) Pos() token.Pos { return x.ValuePos }
		ast.go#L930: 	return s.Path.Pos()
		resolve.go#L119: 				p.errorf(spec.Path.Pos(), "could not import %s (%s)", path, err)
		scope.go#L105: 		return d.Path.Pos()