go/ast.StructType.Fields (field)
13 uses
go/ast (current package)
ast.go#L443: Fields *FieldList // list of field declarations
ast.go#L539: func (x *StructType) End() token.Pos { return x.Fields.End() }
filter.go#L162: if filterFieldList(t.Fields, f, export) {
filter.go#L165: return len(t.Fields.List) > 0
walk.go#L169: Walk(v, n.Fields)
go/doc
exports.go#L195: if r.filterFieldList(parent, t.Fields, nil) {
filter.go#L41: if matchFields(t.Fields, f) {
reader.go#L355: fields = t.Fields
go/parser
parser.go#L689: Fields: &ast.FieldList{
resolver.go#L271: r.walkFieldList(n.Fields, ast.Var)
go/printer
nodes.go#L1005: p.fieldList(x.Fields, true, x.Incomplete)
go/types
exprstring.go#L135: writeFieldList(buf, x.Fields.List, "; ", false)
struct.go#L68: list := e.Fields