Home
last modified time | relevance | path

Searched refs:SetStringValue (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h302 bool SetStringValue(llvm::StringRef new_value);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp417 bool OptionValue::SetStringValue(llvm::StringRef new_value) { in SetStringValue() function in OptionValue
H A DOptionValueProperties.cpp487 return value->SetStringValue(new_value); in SetPropertyAtIndexAsString()