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

8 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L89: 	if pr.version.Has(Flags) {
		encoder.go#L67: 	if pw.version.Has(Flags) {
		version.go#L83: func (v Version) Has(f Field) bool {

	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) {