Searched refs:CommandObjectRegexCommand (Results 1 – 5 of 5) sorted by relevance
22 class CommandObjectRegexCommand : public CommandObjectRaw {24 CommandObjectRegexCommand(CommandInterpreter &interpreter,29 ~CommandObjectRegexCommand() override;58 CommandObjectRegexCommand(const CommandObjectRegexCommand &) = delete;59 const CommandObjectRegexCommand &60 operator=(const CommandObjectRegexCommand &) = delete;
20 CommandObjectRegexCommand::CommandObjectRegexCommand( in CommandObjectRegexCommand() function in CommandObjectRegexCommand28 CommandObjectRegexCommand::~CommandObjectRegexCommand() = default;30 llvm::Expected<std::string> CommandObjectRegexCommand::SubstituteVariables( in SubstituteVariables()57 void 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()
876 m_regex_cmd_up = std::make_unique<CommandObjectRegexCommand>( in DoExecute()1019 std::unique_ptr<CommandObjectRegexCommand> m_regex_cmd_up;
594 new CommandObjectRegexCommand( in LoadCommandDictionary()645 new CommandObjectRegexCommand( in LoadCommandDictionary()698 new CommandObjectRegexCommand( in LoadCommandDictionary()734 new CommandObjectRegexCommand( in LoadCommandDictionary()749 new CommandObjectRegexCommand( in LoadCommandDictionary()778 new CommandObjectRegexCommand( in LoadCommandDictionary()798 new CommandObjectRegexCommand( in LoadCommandDictionary()817 new CommandObjectRegexCommand( in LoadCommandDictionary()842 new CommandObjectRegexCommand( in LoadCommandDictionary()879 new CommandObjectRegexCommand( in LoadCommandDictionary()[all …]
139 SRCS+= Commands/CommandObjectRegexCommand.cpp