func go/types.NewStruct

4 uses

	go/types (current package)
		struct.go#L26: func NewStruct(fields []*Var, tags []string) *Struct {

	golang.org/x/tools/internal/gcimporter
		bimport.go#L515: 		*t = *types.NewStruct(p.fieldList(parent))
		iimport.go#L824: 		return types.NewStruct(fields, tags)
		ureader_yes.go#L404: 	return types.NewStruct(fields, tags)