func go/types.NewTerm

6 uses

	go/types (current package)
		builtins.go#L837: 				terms = append(terms, NewTerm(t.tilde, r))
		subst.go#L391: 			out[i] = NewTerm(t.tilde, u)
		union.go#L39: func NewTerm(tilde bool, typ Type) *Term { return &Term{tilde, typ} }
		union.go#L155: 	term := NewTerm(tilde, typ)

	golang.org/x/tools/internal/gcimporter
		ureader_yes.go#L410: 		terms[i] = types.NewTerm(r.Bool(), r.typ())

	golang.org/x/tools/internal/typeparams
		typeparams_go118.go#L115: 	return types.NewTerm(tilde, typ)