Searched defs:SetCurrentValue (Results 1 - 14 of 14) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h69 void SetCurrentValue(const ArchSpec &value, bool set_value_was_set) { function in class:lldb_private::OptionValueArch
H A DOptionValueBoolean.h75 void SetCurrentValue(bool value) { m_current_value = value; } function in class:lldb_private::OptionValueBoolean
H A DOptionValueChar.h58 void SetCurrentValue(char value) { m_current_value = value; } function in class:lldb_private::OptionValueChar
H A DOptionValueEnumeration.h72 void SetCurrentValue(enum_type value) { m_current_value = value; } function in class:lldb_private::OptionValueEnumeration
H A DOptionValueFileSpec.h65 void SetCurrentValue(const FileSpec &value, bool set_value_was_set) { function in class:lldb_private::OptionValueFileSpec
H A DOptionValueFileSpecList.h60 void SetCurrentValue(const FileSpecList &value) { function in class:lldb_private::OptionValueFileSpecList
H A DOptionValueFormat.h55 void SetCurrentValue(lldb::Format value) { m_current_value = value; } function in class:lldb_private::OptionValueFormat
H A DOptionValueFormatEntity.h50 void SetCurrentValue(const FormatEntity::Entry &value) { function in class:lldb_private::OptionValueFormatEntity
H A DOptionValueLanguage.h58 void SetCurrentValue(lldb::LanguageType value) { m_current_value = value; } function in class:lldb_private::OptionValueLanguage
H A DOptionValueRegex.h51 void SetCurrentValue(const char *value) { function in class:lldb_private::OptionValueRegex
H A DOptionValueSInt64.h72 bool SetCurrentValue(int64_t value) { function in class:lldb_private::OptionValueSInt64
H A DOptionValueUInt64.h71 void SetCurrentValue(uint64_t value) { m_current_value = value; } function in class:lldb_private::OptionValueUInt64
H A DOptionValueUUID.h53 void SetCurrentValue(const UUID &value) { m_uuid = value; } function in class:lldb_private::OptionValueUUID
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueString.cpp125 Status OptionValueString::SetCurrentValue(llvm::StringRef value) { function in class:OptionValueString

Completed in 177 milliseconds