llvm/lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp

//===-- NSIndexPath.cpp ---------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "Cocoa.h"

#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
#include "lldb/Core/ValueObject.h"
#include "lldb/Core/ValueObjectConstResult.h"
#include "lldb/DataFormatters/FormattersHelpers.h"
#include "lldb/DataFormatters/TypeSynthetic.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Target.h"

#include "Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h"
usingnamespacelldb;
usingnamespacelldb_private;
usingnamespacelldb_private::formatters;

static constexpr size_t PACKED_INDEX_SHIFT_64(size_t i) {}

static constexpr size_t PACKED_INDEX_SHIFT_32(size_t i) {}

class NSIndexPathSyntheticFrontEnd : public SyntheticChildrenFrontEnd {};

namespace lldb_private {
namespace formatters {

SyntheticChildrenFrontEnd *
NSIndexPathSyntheticFrontEndCreator(CXXSyntheticChildren *,
                                    lldb::ValueObjectSP valobj_sp) {}

} // namespace formatters
} // namespace lldb_private