#include "LibCxx.h"
#include "LibStdcpp.h"
#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
#include "lldb/DataFormatters/FormattersHelpers.h"
#include "lldb/Target/Target.h"
#include <optional>
usingnamespacelldb;
usingnamespacelldb_private;
namespace {
class GenericBitsetFrontEnd : public SyntheticChildrenFrontEnd { … };
}
GenericBitsetFrontEnd::GenericBitsetFrontEnd(ValueObject &valobj, StdLib stdlib)
: … { … }
llvm::StringRef GenericBitsetFrontEnd::GetDataContainerMemberName() { … }
lldb::ChildCacheState GenericBitsetFrontEnd::Update() { … }
ValueObjectSP GenericBitsetFrontEnd::GetChildAtIndex(uint32_t idx) { … }
SyntheticChildrenFrontEnd *formatters::LibStdcppBitsetSyntheticFrontEndCreator(
CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { … }
SyntheticChildrenFrontEnd *formatters::LibcxxBitsetSyntheticFrontEndCreator(
CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) { … }