go/types.Named.AddMethod (method)

5 uses

	go/types (current package)
		decl.go#L745: 			base.AddMethod(m)
		named.go#L217: func (t *Named) AddMethod(m *Func) {

	golang.org/x/tools/internal/gcimporter
		bimport.go#L476: 			t0.AddMethod(types.NewFunc(pos, parent, name, sig))
		iimport.go#L536: 				named.AddMethod(types.NewFunc(mpos, r.currPkg, mname, msig))
		ureader_yes.go#L614: 				named.AddMethod(r.method())