Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h148 bool IsUserCommand() { return m_is_user_command; } in IsUserCommand()
150 void SetIsUserCommand(bool is_user) { m_is_user_command = is_user; } in SetIsUserCommand()
411 bool m_is_user_command = false; variable