go/types.Var.Anonymous (method)
8 uses
go/types (current package)
object.go#L307: 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
bexport.go#L496: if f.Anonymous() {
iexport.go#L784: w.bool(f.Anonymous())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)