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

4 uses

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