go/ast.StructType.Incomplete (field)

4 uses

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

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

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