type go/ast.ObjKind
8 uses
go/ast (current package)
scope.go#L77: Kind ObjKind
scope.go#L85: func NewObj(kind ObjKind, name string) *Object {
scope.go#L137: type ObjKind int
scope.go#L141: Bad ObjKind = iota // for error handling
scope.go#L160: func (kind ObjKind) String() string { return objKindStrings[kind] }
go/parser
resolver.go#L123: func (r *resolver) declare(decl, data any, scope *ast.Scope, kind ast.ObjKind, idents ...*ast.Ident) {
resolver.go#L530: func (r *resolver) declareList(list *ast.FieldList, kind ast.ObjKind) {
resolver.go#L585: func (r *resolver) walkFieldList(list *ast.FieldList, kind ast.ObjKind) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)