Searched refs:OptionValueRegex (Results 1 – 11 of 11) sorted by relevance
17 class OptionValueRegex : public Cloneable<OptionValueRegex, OptionValue> {19 OptionValueRegex(const char *value = nullptr)22 ~OptionValueRegex() override = default;
241 OptionValueRegex *GetAsRegex();243 const OptionValueRegex *GetAsRegex() const;
16 void OptionValueRegex::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue()30 Status OptionValueRegex::SetValueFromString(llvm::StringRef value, in SetValueFromString()
214 OptionValueRegex *OptionValue::GetAsRegex() { in GetAsRegex()216 return static_cast<OptionValueRegex *>(this); in GetAsRegex()220 const OptionValueRegex *OptionValue::GetAsRegex() const { in GetAsRegex()222 return static_cast<const OptionValueRegex *>(this); in GetAsRegex()386 const OptionValueRegex *option_value = GetAsRegex(); in GetRegexValue()
45 OptionValueRegex.cpp
176 std::make_shared<OptionValueRegex>(definition.default_cstr_value); in Property()
44 OptionValueRegex.cpp \
68 "OptionValueRegex.cpp",
153 class OptionValueRegex; variable
258 OptionValueRegex *re = value_sp->GetAsRegex(); in ElideMixedSourceAndDisassemblyLine()
3777 lldb/include/lldb/Interpreter/OptionValueRegex.h4098 lldb/source/Interpreter/OptionValueRegex.cpp