Searched refs:m_command (Results 1 – 3 of 3) sorted by relevance
56 : m_command(), m_working_dir(), m_status(0), m_signo(0) { in PlatformShellCommand()58 m_command = shell_command; in PlatformShellCommand()63 std::string m_command; member158 if (m_opaque_ptr->m_command.empty()) in GetCommand()160 return m_opaque_ptr->m_command.c_str(); in GetCommand()165 m_opaque_ptr->m_command = shell_command; in SetCommand()167 m_opaque_ptr->m_command.clear(); in SetCommand()
96 llvm::StringRef GetRawLine() const { return m_command; } in GetRawLine()173 llvm::StringRef m_command;
20 : m_command(command_line), m_raw_cursor_pos(raw_cursor_pos), in CompletionRequest()