Searched refs:OptionValueFormatEntity (Results 1 – 7 of 7) sorted by relevance
19 OptionValueFormatEntity::OptionValueFormatEntity(const char *default_format) in OptionValueFormatEntity() function in OptionValueFormatEntity33 bool OptionValueFormatEntity::Clear() { in Clear()54 void OptionValueFormatEntity::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()67 Status OptionValueFormatEntity::SetValueFromString(llvm::StringRef value_str, in SetValueFromString()116 lldb::OptionValueSP OptionValueFormatEntity::DeepCopy() const { in DeepCopy()117 return OptionValueSP(new OptionValueFormatEntity(*this)); in DeepCopy()120 size_t OptionValueFormatEntity::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
180 OptionValueFormatEntity *OptionValue::GetAsFormatEntity() { in GetAsFormatEntity()182 return static_cast<OptionValueFormatEntity *>(this); in GetAsFormatEntity()186 const OptionValueFormatEntity *OptionValue::GetAsFormatEntity() const { in GetAsFormatEntity()188 return static_cast<const OptionValueFormatEntity *>(this); in GetAsFormatEntity()381 const OptionValueFormatEntity *option_value = GetAsFormatEntity(); in GetFormatEntity()526 value_sp.reset(new OptionValueFormatEntity(NULL)); in CreateValueFromCStringForTypeMask()
150 new OptionValueFormatEntity(definition.default_cstr_value)); in Property()
18 class OptionValueFormatEntity : public OptionValue {20 OptionValueFormatEntity(const char *default_format);22 ~OptionValueFormatEntity() override {} in ~OptionValueFormatEntity()
259 OptionValueFormatEntity *GetAsFormatEntity();261 const OptionValueFormatEntity *GetAsFormatEntity() const;
164 class OptionValueFormatEntity; variable
281 SRCS+= Interpreter/OptionValueFormatEntity.cpp