Searched refs:m_command (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h105 llvm::StringRef GetRawLine() const { return m_command; }
198 llvm::StringRef m_command; member in class:lldb_private::CompletionRequest
199 /// The cursor position in m_command.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DCompletionRequest.cpp17 : m_command(command_line), m_raw_cursor_pos(raw_cursor_pos),
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp52 : m_command(), m_working_dir(), m_status(0), m_signo(0) {
54 m_command = shell_command;
59 std::string m_command; member in struct:PlatformShellCommand
190 if (m_opaque_ptr->m_command.empty())
192 return m_opaque_ptr->m_command.c_str();
200 m_opaque_ptr->m_command = shell_command;
202 m_opaque_ptr->m_command.clear();

Completed in 166 milliseconds