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

References

tools/lldb/source/API/SBTypeSummary.cpp
  482   LLDB_REGISTER_CONSTRUCTOR(SBTypeSummaryOptions, ());
  483   LLDB_REGISTER_CONSTRUCTOR(SBTypeSummaryOptions,
  485   LLDB_REGISTER_METHOD(bool, SBTypeSummaryOptions, IsValid, ());
  486   LLDB_REGISTER_METHOD_CONST(bool, SBTypeSummaryOptions, operator bool, ());
  487   LLDB_REGISTER_METHOD(lldb::LanguageType, SBTypeSummaryOptions, GetLanguage,
  489   LLDB_REGISTER_METHOD(lldb::TypeSummaryCapping, SBTypeSummaryOptions,
  491   LLDB_REGISTER_METHOD(void, SBTypeSummaryOptions, SetLanguage,
  493   LLDB_REGISTER_METHOD(void, SBTypeSummaryOptions, SetCapping,
  495   LLDB_REGISTER_CONSTRUCTOR(SBTypeSummaryOptions,