go/ast.File.Scope (field)
7 uses
go/ast (current package)
ast.go#L1038: Scope *Scope // package scope (this file only)
resolve.go#L92: for _, obj := range file.Scope.Objects {
go/parser
interface.go#L107: Scope: ast.NewScope(nil),
parser.go#L2586: Scope: p.pkgScope,
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L3900: if x.Scope != nil {
encode_ast.gen.go#L3902: encode_ast_Scope(e, x.Scope)
encode_ast.gen.go#L3945: decode_ast_Scope(d, &x.Scope)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |