Home
last modified time | relevance | path

Searched refs:SetSubValue (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h67 Status SetSubValue(const ExecutionContext *exe_ctx, VarSetOperationType op,
H A DOptionValueProperties.h101 Status SetSubValue(const ExecutionContext *exe_ctx, VarSetOperationType op,
H A DOptionValue.h126 virtual Status SetSubValue(const ExecutionContext *exe_ctx,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp55 return properties_sp->SetSubValue(exe_ctx, op, path, value); in DumpAllPropertyValues()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp285 Status OptionValueDictionary::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue() function in OptionValueDictionary
H A DOptionValue.cpp37 Status OptionValue::SetSubValue(const ExecutionContext *exe_ctx,
41 error.SetErrorString("SetSubValue is not supported"); in GetAsChar()
18 Status OptionValue::SetSubValue(const ExecutionContext *exe_ctx, SetSubValue() function in OptionValue
H A DOptionValueProperties.cpp115 Status OptionValueProperties::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue() function in OptionValueProperties