go/ast.InterfaceType.Incomplete (field)

5 uses

	go/ast (current package)
		ast.go#L461: 		Incomplete bool       // true if (source) methods or types are missing in the Methods list
		filter.go#L172: 			t.Incomplete = true

	go/doc
		exports.go#L100: 		ityp.Incomplete = true
		exports.go#L204: 			t.Incomplete = true

	go/printer
		nodes.go#L1013: 		p.fieldList(x.Methods, false, x.Incomplete)