Searched refs:m_command (Results 1 – 4 of 4) sorted by relevance
126 return m_command.substr(0, GetRawCursorPos()); in GetRawLine()135 llvm::StringRef GetRawLineWithUnusedSuffix() const { return m_command; } in GetRawLineWithUnusedSuffix()247 llvm::StringRef m_command;
59 m_command = shell_command.str(); in PlatformShellCommand()64 m_command = shell_command.str(); in PlatformShellCommand()70 std::string m_command; member224 if (m_opaque_ptr->m_command.empty()) in GetCommand()226 return ConstString(m_opaque_ptr->m_command.c_str()).GetCString(); in GetCommand()233 m_opaque_ptr->m_command = shell_command; in SetCommand()235 m_opaque_ptr->m_command.clear(); in SetCommand()
37 const std::string &GetCommand() const { return m_command; } in GetCommand()39 void SetCommand(std::string command) { m_command = std::move(command); } in SetCommand()196 std::string m_command; variable
17 : m_command(command_line), m_raw_cursor_pos(raw_cursor_pos), in CompletionRequest()