type go/ast.Filter

15 uses

	go/ast (current package)
		filter.go#L46: type Filter func(string) bool
		filter.go#L48: func filterIdentList(list []*Ident, f Filter) []*Ident {
		filter.go#L77: func filterFieldList(fields *FieldList, filter Filter, export bool) (removedFields bool) {
		filter.go#L112: func filterCompositeLit(lit *CompositeLit, filter Filter, export bool) {
		filter.go#L120: func filterExprList(list []Expr, filter Filter, export bool) []Expr {
		filter.go#L140: func filterParamList(fields *FieldList, filter Filter, export bool) bool {
		filter.go#L153: func filterType(typ Expr, f Filter, export bool) bool {
		filter.go#L185: func filterSpec(spec Spec, f Filter, export bool) bool {
		filter.go#L215: func filterSpecList(list []Spec, f Filter, export bool) []Spec {
		filter.go#L233: func FilterDecl(decl Decl, f Filter) bool {
		filter.go#L237: func filterDecl(decl Decl, f Filter, export bool) bool {
		filter.go#L258: func FilterFile(src *File, f Filter) bool {
		filter.go#L262: func filterFile(src *File, f Filter, export bool) bool {
		filter.go#L285: func FilterPackage(pkg *Package, f Filter) bool {
		filter.go#L289: func filterPackage(pkg *Package, f Filter, export bool) bool {