Home
last modified time | relevance | path

Searched refs:AppendToCurrentValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueString.h104 Status AppendToCurrentValue(const char *value);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueString.cpp130 Status OptionValueString::AppendToCurrentValue(const char *value) { in AppendToCurrentValue() function in OptionValueString