Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp56 void SetInScopeOnly(bool b) { m_in_scope_only = b; } in SetInScopeOnly() function in VariablesOptionsImpl
177 void SBVariablesOptions::SetInScopeOnly(bool in_scope_only) { in SetInScopeOnly() function in SBVariablesOptions
178 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetInScopeOnly, (bool), in SetInScopeOnly()
181 m_opaque_up->SetInScopeOnly(in_scope_only); in SetInScopeOnly()
262 LLDB_REGISTER_METHOD(void, SBVariablesOptions, SetInScopeOnly, (bool)); in RegisterMethods()
H A DSBFrame.cpp774 options.SetInScopeOnly(in_scope_only); in GetVariables()
800 options.SetInScopeOnly(in_scope_only); in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBVariablesOptions.i56 SetInScopeOnly (bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h51 void SetInScopeOnly(bool);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69609 (arg1)->SetInScopeOnly(arg2); in _wrap_SBVariablesOptions_SetInScopeOnly()