Home
last modified time | relevance | path

Searched defs:lazyObject (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dscope.go257 type lazyObject struct { struct
258 parent *Scope
259 resolve func() Object
260 obj Object
261 once sync.Once
291 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dscope.go254 type lazyObject struct { struct
255 parent *Scope
256 resolve func() Object
257 obj Object
258 once sync.Once
288 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 …]