Home
last modified time | relevance | path

Searched defs:regex_text (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueRegex.cpp24 llvm::StringRef regex_text = m_regex.GetText(); in DumpValue() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp123 llvm::StringRef regex_text; CreateFromStructuredData() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp305 RegexFilterRule(bool accept,size_t attribute_index,const std::string & regex_text) RegexFilterRule() argument