go/types.Scope.Insert (method)

9 uses

	go/types (current package)
		decl.go#L29: 		if alt := scope.Insert(obj); alt != nil {
		labels.go#L139: 				if alt := all.Insert(lbl); alt != nil {
		scope.go#L99: func (s *Scope) Insert(obj Object) Object {
		scope.go#L145: 		if alt := p.Insert(obj); alt != nil {
		universe.go#L274: 	if scope.Insert(obj) != nil {

	golang.org/x/tools/internal/gcimporter
		bimport.go#L251: 	if alt := pkg.Scope().Insert(obj); alt != nil {
		bimport.go#L439: 			scope.Insert(obj)
		iimport.go#L584: 	obj.Pkg().Scope().Insert(obj)
		ureader_yes.go#L529: 			objPkg.Scope().Insert(obj)