Searched defs:lazyObject (Results 1 – 2 of 2) sorted by relevance
257 type lazyObject struct { struct258 parent *Scope259 resolve func() Object260 obj Object261 once sync.Once291 func (*lazyObject) Parent() *Scope { panic("unreachable") }292 func (*lazyObject) Pos() token.Pos { panic("unreachable") }293 func (*lazyObject) Pkg() *Package { panic("unreachable") }294 func (*lazyObject) Name() string { panic("unreachable") }295 func (*lazyObject) Type() Type { panic("unreachable") }[all …]
254 type lazyObject struct { struct255 parent *Scope256 resolve func() Object257 obj Object258 once sync.Once288 func (*lazyObject) Parent() *Scope { panic("unreachable") }289 func (*lazyObject) Pos() syntax.Pos { panic("unreachable") }290 func (*lazyObject) Pkg() *Package { panic("unreachable") }291 func (*lazyObject) Name() string { panic("unreachable") }292 func (*lazyObject) Type() Type { panic("unreachable") }[all …]