#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) { … }
}
}