Searched refs:OptionValueFormatEntity (Results 1 – 10 of 10) sorted by relevance
18 OptionValueFormatEntity::OptionValueFormatEntity(const char *default_format) { in OptionValueFormatEntity() function in OptionValueFormatEntity30 void OptionValueFormatEntity::Clear() { in Clear()50 void OptionValueFormatEntity::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()64 OptionValueFormatEntity::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON()70 Status OptionValueFormatEntity::SetValueFromString(llvm::StringRef value_str, in SetValueFromString()119 void OptionValueFormatEntity::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
178 OptionValueFormatEntity *OptionValue::GetAsFormatEntity() { in GetAsFormatEntity()180 return static_cast<OptionValueFormatEntity *>(this); in GetAsFormatEntity()184 const OptionValueFormatEntity *OptionValue::GetAsFormatEntity() const { in GetAsFormatEntity()186 return static_cast<const OptionValueFormatEntity *>(this); in GetAsFormatEntity()379 const OptionValueFormatEntity *option_value = GetAsFormatEntity(); in GetFormatEntity()526 value_sp = std::make_shared<OptionValueFormatEntity>(nullptr); in CreateValueFromCStringForTypeMask()
41 OptionValueFormatEntity.cpp
160 m_value_sp = std::make_shared<OptionValueFormatEntity>( in Property()
17 class OptionValueFormatEntity18 : public Cloneable<OptionValueFormatEntity, OptionValue> {20 OptionValueFormatEntity(const char *default_format);22 ~OptionValueFormatEntity() override = default;
261 OptionValueFormatEntity *GetAsFormatEntity();263 const OptionValueFormatEntity *GetAsFormatEntity() const;
40 OptionValueFormatEntity.cpp \
64 "OptionValueFormatEntity.cpp",
149 class OptionValueFormatEntity; variable
3774 lldb/include/lldb/Interpreter/OptionValueFormatEntity.h4096 lldb/source/Interpreter/OptionValueFormatEntity.cpp