Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp46 bool GetIncludeLocals() const { return m_include_locals; } in GetIncludeLocals() function in VariablesOptionsImpl
136 bool SBVariablesOptions::GetIncludeLocals() const { in GetIncludeLocals() function in SBVariablesOptions
139 return m_opaque_up->GetIncludeLocals(); in GetIncludeLocals()
H A DSBFrame.cpp793 const bool locals = options.GetIncludeLocals(); in GetVariables()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h41 bool GetIncludeLocals() const;
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp79723 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeLocals(); in _wrap_SBVariablesOptions_GetIncludeLocals()