Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp749 options.SetInScopeOnly(in_scope_only); in GetVariables()
774 options.SetInScopeOnly(in_scope_only); in GetVariables()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBVariablesOptions.i56 SetInScopeOnly (bool);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBVariablesOptions.h51 void SetInScopeOnly(bool);