go/types.Var.Anonymous (method)
7 uses
go/types (current package)
object.go#L362: func (obj *Var) Anonymous() bool { return obj.embedded }
golang.org/x/exp/apidiff
compatibility.go#L199: if !f.Anonymous() {
correspondence.go#L85: if of.Anonymous() != nf.Anonymous() ||
correspondence.go#L148: if of.Anonymous() && nf.Anonymous() && !of.Exported() && !nf.Exported() {
golang.org/x/tools/internal/gcimporter
iexport.go#L844: w.bool(f.Anonymous())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)