Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueString.h121 Status AppendToCurrentValue(const char *value);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueString.cpp136 Status OptionValueString::AppendToCurrentValue(const char *value) { in AppendToCurrentValue() function in OptionValueString