10#ifndef LLDB_API_SBTYPEFORMAT_H
11#define LLDB_API_SBTYPEFORMAT_H
31 explicit operator bool()
const;
37 const char *GetTypeName();
43 void SetTypeName(
const char *);
63 lldb::TypeFormatImplSP GetSP();
65 void SetSP(
const lldb::TypeFormatImplSP &typeformat_impl_sp);
71 enum class Type { eTypeKeepSame, eTypeFormat, eTypeEnum };
73 bool CopyOnWrite_Impl(Type);
bool operator!=(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs)
bool operator==(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs)
DescriptionLevel
Description levels for "void GetDescription(Stream *, DescriptionLevel)" calls.
Format
Display format definitions.