Searched refs:CommandObjectRegexCommand (Results 1 – 5 of 5) sorted by relevance
22 class CommandObjectRegexCommand : public CommandObjectRaw {24 CommandObjectRegexCommand(CommandInterpreter &interpreter,29 ~CommandObjectRegexCommand() override;54 CommandObjectRegexCommand(const CommandObjectRegexCommand &) = delete;55 const CommandObjectRegexCommand &56 operator=(const CommandObjectRegexCommand &) = delete;
17 CommandObjectRegexCommand::CommandObjectRegexCommand( in CommandObjectRegexCommand() function in CommandObjectRegexCommand26 CommandObjectRegexCommand::~CommandObjectRegexCommand() = default;28 bool CommandObjectRegexCommand::DoExecute(llvm::StringRef command, in DoExecute()71 bool CommandObjectRegexCommand::AddRegexCommand(llvm::StringRef re_cstr, in AddRegexCommand()85 void CommandObjectRegexCommand::HandleCompletion(CompletionRequest &request) { in HandleCompletion()
834 m_regex_cmd_up = std::make_unique<CommandObjectRegexCommand>( in DoExecute()979 std::unique_ptr<CommandObjectRegexCommand> m_regex_cmd_up;
555 new CommandObjectRegexCommand( in LoadCommandDictionary()609 new CommandObjectRegexCommand( in LoadCommandDictionary()665 new CommandObjectRegexCommand( in LoadCommandDictionary()701 new CommandObjectRegexCommand( in LoadCommandDictionary()716 new CommandObjectRegexCommand( in LoadCommandDictionary()745 new CommandObjectRegexCommand( in LoadCommandDictionary()763 new CommandObjectRegexCommand( in LoadCommandDictionary()781 new CommandObjectRegexCommand( in LoadCommandDictionary()806 new CommandObjectRegexCommand( in LoadCommandDictionary()843 new CommandObjectRegexCommand( in LoadCommandDictionary()[all …]
131 SRCS+= Commands/CommandObjectRegexCommand.cpp