golang.org/x/tools/internal/pkgbits.Decoder.Version (method)

6 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L519: func (w *Decoder) Version() Version { return w.common.version }

	golang.org/x/tools/internal/gcimporter
		ureader_yes.go#L111: 	if r.Version().Has(pkgbits.HasInit) {
		ureader_yes.go#L119: 		if r.Version().Has(pkgbits.DerivedFuncInstance) {
		ureader_yes.go#L481: 	if r.Version().Has(pkgbits.DerivedFuncInstance) {
		ureader_yes.go#L538: 			if r.Version().Has(pkgbits.AliasTypeParamNames) {
		ureader_yes.go#L652: 			if r.Version().Has(pkgbits.DerivedInfoNeeded) {