| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | RegularExpressionTest.cpp | 20 EXPECT_EQ("^[0-9]+$", r1.GetText()); in TEST() 29 EXPECT_EQ("^[0-9]+$", r2.GetText()); in TEST() 39 EXPECT_EQ("", r1.GetText()); in TEST() 49 EXPECT_EQ("a[b-", r1.GetText()); in TEST() 57 EXPECT_EQ("[0-9]+([a-f])?:([0-9]+)", r1.GetText()); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | RegularExpression.h | 65 llvm::StringRef GetText() const; 82 return GetText() == rhs.GetText();
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | RegularExpression.cpp | 21 : RegularExpression(rhs.GetText()) {} in RegularExpression() 33 llvm::StringRef RegularExpression::GetText() const { return m_regex_text; } in GetText() function in RegularExpression
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileRegex.cpp | 80 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 D | BreakpointResolverName.cpp | 193 m_regex.GetText()); in SerializeToStructuredData() 407 s->Printf("regex = '%s'", m_regex.GetText().str().c_str()); in GetDescription()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StackFrameRecognizer.cpp | 75 module_name = entry.module_regexp->GetText().str(); in ForEach() 77 symbol_name = entry.symbol_regexp->GetText().str(); in ForEach()
|
| H A D | ThreadPlanStepInRange.cpp | 349 avoid_regexp_to_use->GetText().str().c_str()); in FrameMatchesAvoidCriteria()
|
| /llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | ClangFormatPackage.cs | 293 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | AppleDWARFIndex.cpp | 75 DIERefCallback(callback, regex.GetText())); in GetGlobalVariables() 201 DIERefCallback(callback, regex.GetText())); in GetFunctions()
|
| H A D | ManualDWARFIndex.cpp | 367 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables() 464 DIERefCallback(callback, regex.GetText()))) in GetFunctions() 467 DIERefCallback(callback, regex.GetText()))) in GetFunctions()
|
| H A D | SymbolFileDWARF.cpp | 2222 regex.GetText().str().c_str(), max_matches); in FindGlobalVariables() 2375 regex.GetText().str().c_str()); in FindFunctions() 2382 regex.GetText().str().c_str()); in FindFunctions()
|
| H A D | SymbolFileDWARFDebugMap.cpp | 1031 regex.GetText().str().c_str()); in FindFunctions()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueRegex.cpp | 24 llvm::StringRef regex_text = m_regex.GetText(); in DumpValue()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.h | 65 bool GetText(std::string &text, ExecutionContext &exe_ctx, bool add_locals,
|
| H A D | ClangExpressionSourceCode.cpp | 334 bool ClangExpressionSourceCode::GetText( in GetText() function in ClangExpressionSourceCode
|
| H A D | ClangUserExpression.cpp | 426 if (!m_source_code->GetText(m_transformed_text, exe_ctx, !m_ctx_obj, in CreateSourceCode()
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersContainer.h | 90 return ConstString(m_type_name_regex.GetText()); in GetMatchString()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 1311 const std::string &GetText() { return m_content; } in GetText() function in curses::TextFieldDelegate 2028 arguments.AppendArgument(GetField(i).GetText()); in GetArguments() 2221 const std::string &GetValue() { return GetValueField().GetText(); } in GetValue() 3010 attach_info.GetExecutableFile().SetFile(m_name_field->GetText(), in GetAttachInfo() 3775 m_delegate_sp->UpdateMatches(m_text_field.GetText()); in UpdateMatches() 4800 const std::string &GetText() const { return m_text; } in GetText() function in TreeItem 5008 window.PutCStringTruncated(1, item.GetText().c_str()); in TreeDelegateDrawTreeItem()
|
| H A D | Module.cpp | 1377 regex.GetText().str().c_str(), symbol_type); in FindSymbolsMatchingRegExAndType()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 1064 return regex == nullptr || s == regex->GetText() || regex->Execute(s); in ShouldListItem() 2132 if (regex->GetText() == category_sp->GetName()) { in DoExecute()
|