Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h284 const RegularExpression *GetRegexValue() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp385 const RegularExpression *OptionValue::GetRegexValue() const { in GetRegexValue() function in OptionValue
H A DOptionValueProperties.cpp399 return value->GetRegexValue(); in GetPropertyAtIndexAsOptionValueRegex()