type go/ast.ObjKind
8 uses
go/ast (current package)
scope.go#L88: Kind ObjKind
scope.go#L96: func NewObj(kind ObjKind, name string) *Object {
scope.go#L148: type ObjKind int
scope.go#L152: Bad ObjKind = iota // for error handling
scope.go#L171: func (kind ObjKind) String() string { return objKindStrings[kind] }
go/parser
resolver.go#L128: func (r *resolver) declare(decl, data any, scope *ast.Scope, kind ast.ObjKind, idents ...*ast.Ident) {
resolver.go#L534: func (r *resolver) declareList(list *ast.FieldList, kind ast.ObjKind) {
resolver.go#L589: func (r *resolver) walkFieldList(list *ast.FieldList, kind ast.ObjKind) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)