go/types.Named.AddMethod (method)
5 uses
go/types (current package)
decl.go#L778: base.AddMethod(m)
named.go#L545: func (t *Named) AddMethod(m *Func) {
golang.org/x/tools/internal/gcimporter
iimport.go#L637: named.AddMethod(types.NewFunc(mpos, pkg, mname, msig))
ureader.go#L633: named.AddMethod(r.method())
ureader.go#L655: named.AddMethod(types.NewFunc(pos, pkg, name, sig))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)