Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h308 return GetRegexValue(); in GetValueAs()
389 const RegularExpression *GetRegexValue() const;
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp392 const RegularExpression *OptionValue::GetRegexValue() const { in GetRegexValue() function in OptionValue