Home | History | Annotate | Download | only in doc

Lines Matching defs:filterType

67 // recorded with the parent type. filterType is called with the types of
100 r.filterType(nil, field.Type)
112 // filterParamList applies filterType to each parameter type in fields.
117 r.filterType(nil, f.Type)
122 // filterType strips any unexported struct fields or method types from typ
126 func (r *reader) filterType(parent *namedType, typ ast.Expr) {
131 r.filterType(nil, t.X)
133 r.filterType(nil, t.Elt)
146 r.filterType(nil, t.Key)
147 r.filterType(nil, t.Value)
149 r.filterType(nil, t.Value)
161 r.filterType(nil, s.Type)
166 r.filterType(r.lookupType(s.Name.Name), s.Type)