func golang.org/x/tools/internal/pkgbits.NewPkgDecoder

2 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L73: func NewPkgDecoder(pkgPath, input string) PkgDecoder {

	golang.org/x/tools/internal/gcimporter
		ureader_yes.go#L67: 	input := pkgbits.NewPkgDecoder(path, s)