type go/doc.Func

14 uses

	go/doc (current package)
		doc.go#L32: 	Funcs  []*Func
		doc.go#L58: 	Funcs   []*Func  // sorted list of functions returning this type
		doc.go#L59: 	Methods []*Func  // sorted list of methods (including embedded ones) of this type
		doc.go#L68: type Func struct {
		filter.go#L65: func filterFuncs(a []*Func, f Filter) []*Func {
		reader.go#L25: type methodSet map[string]*Func
		reader.go#L89: 	mset[name] = &Func{
		reader.go#L105: func (mset methodSet) add(m *Func) {
		reader.go#L113: 		mset[m.Name] = &Func{
		reader.go#L663: func customizeRecv(f *Func, recvTypeName string, embeddedIsPtr bool, level int) *Func {
		reader.go#L883: func sortedFuncs(m methodSet, allMethods bool) []*Func {
		reader.go#L884: 	list := make([]*Func, len(m))