Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBVariablesOptions.i56 SetInScopeOnly (bool);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBVariablesOptions.h51 void SetInScopeOnly(bool);
/llvm-project-15.0.7/lldb/test/API/lang/objcxx/hide-runtime-values/
H A DTestObjCXXHideRuntimeValues.py18 var_opts.SetInScopeOnly(True)
/llvm-project-15.0.7/lldb/test/API/lang/c/vla/
H A DTestVLA.py19 var_opts.SetInScopeOnly(True)