type go/doc.Filter
9 uses
go/doc (current package)
exports.go#L30: func filterCompositeLit(lit *ast.CompositeLit, filter Filter, export bool) {
exports.go#L38: func filterExprList(list []ast.Expr, filter Filter, export bool) []ast.Expr {
filter.go#L9: type Filter func(string) bool
filter.go#L11: func matchFields(fields *ast.FieldList, f Filter) bool {
filter.go#L24: func matchDecl(d *ast.GenDecl, f Filter) bool {
filter.go#L54: func filterValues(a []*Value, f Filter) []*Value {
filter.go#L65: func filterFuncs(a []*Func, f Filter) []*Func {
filter.go#L76: func filterTypes(a []*Type, f Filter) []*Type {
filter.go#L101: func (p *Package) Filter(f Filter) {