Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdArgValString.cpp170 m_argValue = rArg.StripSlashes(); in ValidateSingleText()
208 m_argValue = rArg.Trim(cQuote).StripSlashes(); in ValidateQuotedText()
H A DMIUtilString.h73 CMIUtilString StripSlashes() const;
H A DMIUtilString.cpp824 CMIUtilString CMIUtilString::StripSlashes() const { in StripSlashes() function in CMIUtilString