#include "lldb/API/SBFormat.h"
#include "Utils.h"
#include "lldb/Core/FormatEntity.h"
#include "lldb/lldb-types.h"
#include <lldb/API/SBError.h>
#include <lldb/Utility/Status.h>
usingnamespacelldb;
usingnamespacelldb_private;
SBFormat::SBFormat() : … { … }
SBFormat::SBFormat(const SBFormat &rhs) { … }
SBFormat::~SBFormat() = default;
SBFormat &SBFormat::operator=(const SBFormat &rhs) { … }
operator bool()
SBFormat::SBFormat(const char *format, lldb::SBError &error) { … }
lldb::FormatEntrySP SBFormat::GetFormatEntrySP() const { … }