func go/types.NewContext

6 uses

	go/types (current package)
		context.go#L58: func NewContext() *Context {
		instantiate.go#L57: 		ctxt = NewContext()
		named.go#L707: 		check.ctxt = NewContext()
		named.go#L758: 		n.inst.ctxt = NewContext()
		predicates.go#L365: 			ctxt := NewContext() // need a non-nil Context for the substitution below

	go.pact.im/x/plumb/internal/gen
		gen.go#L74: 	ctxt := types.NewContext()