func go/types.NewScope

6 uses

	go/types (current package)
		labels.go#L17: 	all := NewScope(nil, body.Pos(), body.End(), "label")
		package.go#L29: 	scope := NewScope(Universe, nopos, nopos, fmt.Sprintf("package %q", path))
		resolver.go#L252: 		fileScope := NewScope(pkg.scope, pos, end, check.filename(fileNo))
		scope.go#L37: func NewScope(parent *Scope, pos, end token.Pos, comment string) *Scope {
		stmt.go#L154: 	scope := NewScope(check.scope, node.Pos(), node.End(), comment)
		universe.go#L272: 	Universe = NewScope(nil, nopos, nopos, "universe")