Searched refs:CommandObjectRegexCommand (Results 1 – 8 of 8) sorted by relevance
22 class CommandObjectRegexCommand : public CommandObjectRaw {24 CommandObjectRegexCommand(CommandInterpreter &interpreter,29 ~CommandObjectRegexCommand() override;59 CommandObjectRegexCommand(const CommandObjectRegexCommand &) = delete;60 const CommandObjectRegexCommand &61 operator=(const CommandObjectRegexCommand &) = delete;
20 CommandObjectRegexCommand::CommandObjectRegexCommand( in CommandObjectRegexCommand() function in CommandObjectRegexCommand29 CommandObjectRegexCommand::~CommandObjectRegexCommand() = default;31 llvm::Expected<std::string> CommandObjectRegexCommand::SubstituteVariables( in SubstituteVariables()58 bool CommandObjectRegexCommand::DoExecute(llvm::StringRef command, in DoExecute()91 bool CommandObjectRegexCommand::AddRegexCommand(llvm::StringRef re_cstr, in AddRegexCommand()105 void CommandObjectRegexCommand::HandleCompletion(CompletionRequest &request) { in HandleCompletion()
25 CommandObjectRegexCommand.cpp
879 m_regex_cmd_up = std::make_unique<CommandObjectRegexCommand>( in DoExecute()1024 std::unique_ptr<CommandObjectRegexCommand> m_regex_cmd_up;
17 class TestRegexCommand : public CommandObjectRegexCommand {19 using CommandObjectRegexCommand::SubstituteVariables;
567 new CommandObjectRegexCommand( in LoadCommandDictionary()621 new CommandObjectRegexCommand( in LoadCommandDictionary()677 new CommandObjectRegexCommand( in LoadCommandDictionary()713 new CommandObjectRegexCommand( in LoadCommandDictionary()728 new CommandObjectRegexCommand( in LoadCommandDictionary()757 new CommandObjectRegexCommand( in LoadCommandDictionary()777 new CommandObjectRegexCommand( in LoadCommandDictionary()796 new CommandObjectRegexCommand( in LoadCommandDictionary()821 new CommandObjectRegexCommand( in LoadCommandDictionary()858 new CommandObjectRegexCommand( in LoadCommandDictionary()[all …]
51 "CommandObjectRegexCommand.cpp",
3967 lldb/source/Commands/CommandObjectRegexCommand.cpp3968 lldb/source/Commands/CommandObjectRegexCommand.h