Searched refs:SetInScopeOnly (Results 1 – 5 of 5) sorted by relevance
56 void SetInScopeOnly(bool b) { m_in_scope_only = b; } in SetInScopeOnly() function in VariablesOptionsImpl177 void SBVariablesOptions::SetInScopeOnly(bool in_scope_only) { in SetInScopeOnly() function in SBVariablesOptions178 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()
774 options.SetInScopeOnly(in_scope_only); in GetVariables()800 options.SetInScopeOnly(in_scope_only); in GetVariables()
56 SetInScopeOnly (bool);
51 void SetInScopeOnly(bool);
69609 (arg1)->SetInScopeOnly(arg2); in _wrap_SBVariablesOptions_SetInScopeOnly()