Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h295 const RegularExpression *GetRegexValue() const;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp385 const RegularExpression *OptionValue::GetRegexValue() const { in GetRegexValue() function in OptionValue
H A DOptionValueProperties.cpp405 return value->GetRegexValue(); in GetPropertyAtIndexAsOptionValueRegex()