go/ast.StructType.Incomplete (field)

4 uses

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

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

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