Home
last modified time | relevance | path

Searched refs:GetText (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRegularExpression.h65 llvm::StringRef GetText() const;
82 return GetText() == rhs.GetText();
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DRegularExpression.cpp21 : RegularExpression(rhs.GetText()) {} in RegularExpression()
33 llvm::StringRef RegularExpression::GetText() const { return m_regex_text; } in GetText() function in RegularExpression
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp80 m_regex.GetText()); in SerializeToStructuredData()
143 m_regex.GetText()); in SearchCallback()
155 m_regex.GetText().str().c_str(), m_exact_match); in GetDescription()
H A DBreakpointResolverName.cpp193 m_regex.GetText()); in SerializeToStructuredData()
406 s->Printf("regex = '%s'", m_regex.GetText().str().c_str()); in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameRecognizer.cpp75 module_name = entry.module_regexp->GetText().str(); in ForEach()
77 symbol_name = entry.symbol_regexp->GetText().str(); in ForEach()
H A DThreadPlanStepInRange.cpp349 avoid_regexp_to_use->GetText().str().c_str()); in FrameMatchesAvoidCriteria()
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs293 string text = view.TextBuffer.CurrentSnapshot.GetText(); in FormatSelection()
329 string text = view.TextBuffer.CurrentSnapshot.GetText(); in FormatView()
447 string text = view.TextBuffer.CurrentSnapshot.GetText(); in ApplyClangFormatReplacements()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp75 DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
202 DIERefCallback(callback, regex.GetText())); in GetFunctions()
H A DManualDWARFIndex.cpp385 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
484 DIERefCallback(callback, regex.GetText()))) in GetFunctions()
487 DIERefCallback(callback, regex.GetText()))) in GetFunctions()
H A DSymbolFileDWARF.cpp2267 regex.GetText().str().c_str(), max_matches); in FindGlobalVariables()
2436 regex.GetText().str().c_str()); in FindFunctions()
2443 regex.GetText().str().c_str()); in FindFunctions()
H A DSymbolFileDWARFDebugMap.cpp1083 regex.GetText().str().c_str()); in FindFunctions()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueRegex.h32 return m_regex.GetText(); in ToJSON()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueRegex.cpp24 llvm::StringRef regex_text = m_regex.GetText(); in DumpValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.h65 bool GetText(std::string &text, ExecutionContext &exe_ctx, bool add_locals,
H A DClangExpressionSourceCode.cpp334 bool ClangExpressionSourceCode::GetText( in GetText() function in ClangExpressionSourceCode
H A DClangUserExpression.cpp426 if (!m_source_code->GetText(m_transformed_text, exe_ctx, !m_ctx_obj, in CreateSourceCode()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h124 return ConstString(m_type_name_regex.GetText()); in GetMatchString()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1313 const std::string &GetText() { return m_content; } in GetText() function in curses::TextFieldDelegate
2030 arguments.AppendArgument(GetField(i).GetText()); in GetArguments()
2223 const std::string &GetValue() { return GetValueField().GetText(); } in GetValue()
3012 attach_info.GetExecutableFile().SetFile(m_name_field->GetText(), in GetAttachInfo()
3777 m_delegate_sp->UpdateMatches(m_text_field.GetText()); in UpdateMatches()
4802 const std::string &GetText() const { return m_text; } in GetText() function in TreeItem
5010 window.PutCStringTruncated(1, item.GetText().c_str()); in TreeDelegateDrawTreeItem()
H A DModule.cpp1359 regex.GetText().str().c_str(), symbol_type); in FindSymbolsMatchingRegExAndType()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp1043 return regex == nullptr || s == regex->GetText() || regex->Execute(s); in ShouldListItem()
2110 if (regex->GetText() == category_sp->GetName()) { in DoExecute()