go/types.Scope.Insert (method)

6 uses

	go/types (current package)
		decl.go#L23: 		if alt := scope.Insert(obj); alt != nil {
		labels.go#L134: 				if alt := all.Insert(lbl); alt != nil {
		scope.go#L94: func (s *Scope) Insert(obj Object) Object {
		universe.go#L316: 	if scope.Insert(obj) != nil {

	golang.org/x/tools/internal/gcimporter
		iimport.go#L685: 	obj.Pkg().Scope().Insert(obj)
		ureader_yes.go#L528: 			objPkg.Scope().Insert(obj)