Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h293 const RegularExpression *GetRegexValue() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp387 const RegularExpression *OptionValue::GetRegexValue() const { in GetRegexValue() function in OptionValue
H A DOptionValueProperties.cpp431 return value->GetRegexValue(); in GetPropertyAtIndexAsOptionValueRegex()