go/types.Alias.Obj (method, view implemented interface methods)
7 uses
go/types (current package)
alias.go#L65: func (a *Alias) Obj() *TypeName { return a.orig.obj }
go.pact.im/x/plumb/internal/emit
name.go#L82: return lowerCamel(u.Obj().Name())
go.pact.im/x/plumb/internal/gotypes
gotypes.go#L251: return u.Obj()
walk.go#L30: if !visit(u.Obj()) {
golang.org/x/tools/internal/gcimporter
iexport.go#L1018: w.pos(t.Obj().Pos())
iexport.go#L1024: w.qualifiedType(t.Obj())
golang.org/x/tools/internal/typesinternal
types.go#L100: return t.Obj()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)