Searched refs:GetInScopeOnly (Results 1 – 5 of 5) sorted by relevance
54 bool GetInScopeOnly() const { return m_in_scope_only; } in GetInScopeOnly() function in VariablesOptionsImpl171 bool SBVariablesOptions::GetInScopeOnly() const { in GetInScopeOnly() function in SBVariablesOptions172 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, GetInScopeOnly); in GetInScopeOnly()174 return m_opaque_up->GetInScopeOnly(); in GetInScopeOnly()261 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetInScopeOnly, ()); in RegisterMethods()
822 const bool in_scope_only = options.GetInScopeOnly(); in GetVariables()
53 GetInScopeOnly () const;
49 bool GetInScopeOnly() const;
69583 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetInScopeOnly(); in _wrap_SBVariablesOptions_GetInScopeOnly()