go/ast.Scope.Objects (field)
11 uses
go/ast (current package)
resolve.go#L92: for _, obj := range file.Scope.Objects {
resolve.go#L136: for _, obj := range pkg.Data.(*Scope).Objects {
scope.go#L21: Objects map[string]*Object
scope.go#L35: return s.Objects[name]
scope.go#L44: if alt = s.Objects[obj.Name]; alt == nil {
scope.go#L45: s.Objects[obj.Name] = obj
scope.go#L54: if s != nil && len(s.Objects) > 0 {
scope.go#L56: for _, obj := range s.Objects {
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2592: if x.Objects != nil {
encode_ast.gen.go#L2594: encode_map_string_ast_Object(e, x.Objects)
encode_ast.gen.go#L2619: decode_map_string_ast_Object(d, &x.Objects)
![]() |
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. |