Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h302 return GetRegexValue(); in GetValueAs()
388 const RegularExpression *GetRegexValue() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp390 const RegularExpression *OptionValue::GetRegexValue() const { in GetRegexValue() function in OptionValue