go/types.Scope.Innermost (method)

4 uses

	go/types (current package)
		eval.go#L71: 			if scope = fscope.Innermost(pos); scope != nil {
		scope.go#L187: func (s *Scope) Innermost(pos token.Pos) *Scope {
		scope.go#L192: 			if inner := s.Innermost(pos); inner != nil {
		scope.go#L201: 				return s.Innermost(pos)