go/doc.Type.Name (field)

8 uses

	go/doc (current package)
		doc.go#L56: 	Name string
		doc.go#L161: 		if p.syms[t.Name] {
		doc.go#L165: 		p.syms[t.Name] = true
		example.go#L638: 		if !token.IsExported(t.Name) {
		example.go#L641: 		ids[t.Name] = &t.Examples
		reader.go#L869: 			Name:    t.name,
		reader.go#L880: 		return strings.Compare(a.Name, b.Name)