Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp22 : m_include_arguments(false), m_include_locals(false), in VariablesOptionsImpl()
46 bool GetIncludeLocals() const { return m_include_locals; } in GetIncludeLocals()
48 void SetIncludeLocals(bool b) { m_include_locals = b; } in SetIncludeLocals()
72 bool m_include_locals : 1; member in VariablesOptionsImpl