Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp48 void SetIncludeLocals(bool b) { m_include_locals = b; } in SetIncludeLocals() function in VariablesOptionsImpl
142 void SBVariablesOptions::SetIncludeLocals(bool locals) { in SetIncludeLocals() function in SBVariablesOptions
145 m_opaque_up->SetIncludeLocals(locals); in SetIncludeLocals()
H A DSBFrame.cpp746 options.SetIncludeLocals(locals); in GetVariables()
771 options.SetIncludeLocals(locals); in GetVariables()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h43 void SetIncludeLocals(bool);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp79749 (arg1)->SetIncludeLocals(arg2); in _wrap_SBVariablesOptions_SetIncludeLocals()