go/ast.StructType.Fields (field)
20 uses
go/ast (current package)
ast.go#L431: Fields *FieldList // list of field declarations
ast.go#L524: 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#L161: Walk(v, n.Fields)
go/doc
exports.go#L178: if r.filterFieldList(parent, t.Fields, nil) {
filter.go#L39: if matchFields(t.Fields, f) {
reader.go#L322: fields = t.Fields
go/parser
parser.go#L776: Fields: &ast.FieldList{
go/printer
nodes.go#L944: p.fieldList(x.Fields, true, x.Incomplete)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2958: if x.Fields != nil {
encode_ast.gen.go#L2960: encode_ast_FieldList(e, x.Fields)
encode_ast.gen.go#L2989: decode_ast_FieldList(d, &x.Fields)
golang.org/x/pkgsite/internal/godoc/dochtml
symbol.go#L198: for _, f := range st.Fields.List {
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L618: fs = tx.Fields.List
synopsis.go#L103: if n.Fields == nil || len(n.Fields.List) == 0 {
golang.org/x/pkgsite/internal/godoc/internal/doc
exports.go#L178: if r.filterFieldList(parent, t.Fields, nil) {
filter.go#L39: if matchFields(t.Fields, f) {
reader.go#L326: fields = t.Fields
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |