const go/doc.AllDecls

3 uses

	go/doc (current package)
		doc.go#L101: 	AllDecls Mode = 1 << iota
		reader.go#L202: 	return r.mode&AllDecls != 0 || token.IsExported(name)
		reader.go#L644: 		if mode&AllDecls == 0 {