Searched refs:m_command (Results 1 – 3 of 3) sorted by relevance
121 return m_command.substr(0, GetRawCursorPos()); in GetRawLine()130 llvm::StringRef GetRawLineWithUnusedSuffix() const { return m_command; } in GetRawLineWithUnusedSuffix()223 llvm::StringRef m_command;
56 m_command = shell_command.str(); in PlatformShellCommand()61 m_command = shell_command.str(); in PlatformShellCommand()67 std::string m_command; member221 if (m_opaque_ptr->m_command.empty()) in GetCommand()223 return m_opaque_ptr->m_command.c_str(); in GetCommand()230 m_opaque_ptr->m_command = shell_command; in SetCommand()232 m_opaque_ptr->m_command.clear(); in SetCommand()
17 : m_command(command_line), m_raw_cursor_pos(raw_cursor_pos), in CompletionRequest()