go/ast.StructType.Incomplete (field)

8 uses

	go/ast (current package)
		ast.go#L432: 		Incomplete bool       // true if (source) fields are missing in the Fields list
		filter.go#L163: 			t.Incomplete = true

	go/doc
		exports.go#L179: 			t.Incomplete = true

	go/printer
		nodes.go#L944: 		p.fieldList(x.Fields, true, x.Incomplete)

	golang.org/x/pkgsite/internal/godoc
		encode_ast.gen.go#L2962: 	if x.Incomplete != false {
		encode_ast.gen.go#L2964: 		e.EncodeBool(x.Incomplete)
		encode_ast.gen.go#L2991: 			x.Incomplete = d.DecodeBool()

	golang.org/x/pkgsite/internal/godoc/internal/doc
		exports.go#L179: 			t.Incomplete = true