const internal/types/errors.UndeclaredImportedName

4 uses

	internal/types/errors (current package)
		code_string.go#L83: 	_ = x[UndeclaredImportedName-73]
		codes.go#L670: 	UndeclaredImportedName

	go/types
		call.go#L716: 						check.errorf(e.Sel, UndeclaredImportedName, "undefined: %s", ast.Expr(e)) // cast to ast.Expr to silence vet
		call.go#L725: 						check.errorf(e.Sel, UndeclaredImportedName, "undefined: %s", ast.Expr(e))