reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBTypeFormat.cpp
  201   LLDB_REGISTER_CONSTRUCTOR(SBTypeFormat, ());
  202   LLDB_REGISTER_CONSTRUCTOR(SBTypeFormat, (lldb::Format, uint32_t));
  203   LLDB_REGISTER_CONSTRUCTOR(SBTypeFormat, (const char *, uint32_t));
  204   LLDB_REGISTER_CONSTRUCTOR(SBTypeFormat, (const lldb::SBTypeFormat &));
  205   LLDB_REGISTER_METHOD_CONST(bool, SBTypeFormat, IsValid, ());
  206   LLDB_REGISTER_METHOD_CONST(bool, SBTypeFormat, operator bool, ());
  207   LLDB_REGISTER_METHOD(lldb::Format, SBTypeFormat, GetFormat, ());
  208   LLDB_REGISTER_METHOD(const char *, SBTypeFormat, GetTypeName, ());
  209   LLDB_REGISTER_METHOD(uint32_t, SBTypeFormat, GetOptions, ());
  210   LLDB_REGISTER_METHOD(void, SBTypeFormat, SetFormat, (lldb::Format));
  211   LLDB_REGISTER_METHOD(void, SBTypeFormat, SetTypeName, (const char *));
  212   LLDB_REGISTER_METHOD(void, SBTypeFormat, SetOptions, (uint32_t));
  213   LLDB_REGISTER_METHOD(bool, SBTypeFormat, GetDescription,
  215   LLDB_REGISTER_METHOD(lldb::SBTypeFormat &,
  217   LLDB_REGISTER_METHOD(bool, SBTypeFormat, operator==,(lldb::SBTypeFormat &));
  218   LLDB_REGISTER_METHOD(bool, SBTypeFormat, IsEqualTo, (lldb::SBTypeFormat &));
  219   LLDB_REGISTER_METHOD(bool, SBTypeFormat, operator!=,(lldb::SBTypeFormat &));