Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValue.h294 GetAsRegex ();
297 GetAsRegex () const;
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValue.cpp290 OptionValue::GetAsRegex () in GetAsRegex() function in OptionValue
298 OptionValue::GetAsRegex () const in GetAsRegex() function in OptionValue
520 const OptionValueRegex *option_value = GetAsRegex (); in GetRegexValue()