Home
last modified time | relevance | path

Searched refs:m_is_user_command (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h146 bool IsUserCommand() { return m_is_user_command; } in IsUserCommand()
148 void SetIsUserCommand(bool is_user) { m_is_user_command = is_user; } in SetIsUserCommand()
380 bool m_is_user_command = false; variable