Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp56 void SetInScopeOnly(bool b) { m_in_scope_only = b; } in SetInScopeOnly() function in VariablesOptionsImpl
166 void SBVariablesOptions::SetInScopeOnly(bool in_scope_only) { in SetInScopeOnly() function in SBVariablesOptions
169 m_opaque_up->SetInScopeOnly(in_scope_only); in SetInScopeOnly()
H A DSBFrame.cpp748 options.SetInScopeOnly(in_scope_only); in GetVariables()
773 options.SetInScopeOnly(in_scope_only); in GetVariables()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h51 void SetInScopeOnly(bool);
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp76566 (arg1)->SetInScopeOnly(arg2); in _wrap_SBVariablesOptions_SetInScopeOnly()