Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionValue.h271 GetAsRegex ();
274 GetAsRegex () const;
/external/lldb/source/Interpreter/
DOptionValue.cpp243 OptionValue::GetAsRegex () in GetAsRegex() function in OptionValue
251 OptionValue::GetAsRegex () const in GetAsRegex() function in OptionValue
422 const OptionValueRegex *option_value = GetAsRegex (); in GetRegexValue()