Searched refs:GetText (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegularExpression.h65 llvm::StringRef GetText() const;
82 return GetText() == rhs.GetText();
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp21 : RegularExpression(rhs.GetText()) {}
33 llvm::StringRef RegularExpression::GetText() const { return m_regex_text; } function in class:RegularExpression
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueRegex.cpp24 llvm::StringRef regex_text = m_regex.GetText();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.h65 bool GetText(std::string &text, ExecutionContext &exe_ctx, bool add_locals,
69 // Given a string returned by GetText, find the beginning and end of the body
H A DClangExpressionSourceCode.cpp346 bool ClangExpressionSourceCode::GetText( function in class:ClangExpressionSourceCode
H A DClangUserExpression.cpp425 if (!m_source_code->GetText(m_transformed_text, exe_ctx, !m_ctx_obj,
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueRegex.h32 return m_regex.GetText();
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp75 module_name = entry.module_regexp->GetText().str();
77 symbol_name = entry.symbol_regexp->GetText().str();
H A DThreadPlanStepInRange.cpp349 avoid_regexp_to_use->GetText().str().c_str());
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp79 m_regex.GetText());
142 m_regex.GetText());
154 m_regex.GetText().str().c_str(), m_exact_match);
H A DBreakpointResolverName.cpp191 m_regex.GetText());
397 s->Printf("regex = '%s'", m_regex.GetText().str().c_str());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp398 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText()));
496 DIERefCallback(callback, regex.GetText())))
499 DIERefCallback(callback, regex.GetText())))
H A DAppleDWARFIndex.cpp150 DIERefCallbackImpl converted_cb = DIERefCallback(callback, regex.GetText());
H A DSymbolFileDWARF.cpp2424 regex.GetText().str().c_str(), max_matches);
2601 regex.GetText().str().c_str());
2608 regex.GetText().str().c_str());
H A DSymbolFileDWARFDebugMap.cpp1091 regex.GetText().str().c_str());
/freebsd-current/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h124 return ConstString(m_type_name_regex.GetText());
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1312 const std::string &GetText() { return m_content; } function in class:curses::TextFieldDelegate
2029 arguments.AppendArgument(GetField(i).GetText());
2222 const std::string &GetValue() { return GetValueField().GetText(); }
3011 attach_info.GetExecutableFile().SetFile(m_name_field->GetText(),
3776 m_delegate_sp->UpdateMatches(m_text_field.GetText());
4829 const std::string &GetText() const { return m_text; } function in class:TreeItem
5034 window.PutCStringTruncated(1, item.GetText().c_str());
H A DModule.cpp1310 regex.GetText().str().c_str(), symbol_type);
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1072 return regex == nullptr || s == regex->GetText() || regex->Execute(s);
2132 if (regex->GetText() == category_sp->GetName()) {

Completed in 387 milliseconds