go/types.Basic.Info (method)

6 uses

	go/types (current package)
		basic.go#L76: func (b *Basic) Info() BasicInfo { return b.info }
		sizes.go#L76: 		if t.Info()&IsString != 0 {

	golang.org/x/tools/internal/gcimporter
		iexport.go#L916: 	switch b := typ.Underlying().(*types.Basic); b.Info() & types.IsConstType {
		iimport.go#L594: 	switch b := typ.Underlying().(*types.Basic); b.Info() & types.IsConstType {
		iimport.go#L627: 	if (b.Info() & types.IsUntyped) != 0 {
		iimport.go#L638: 	signed = (b.Info() & types.IsUnsigned) == 0