Searched refs:GetIncludeLocals (Results 1 – 5 of 5) sorted by relevance
46 bool GetIncludeLocals() const { return m_include_locals; } in GetIncludeLocals() function in VariablesOptionsImpl145 bool SBVariablesOptions::GetIncludeLocals() const { in GetIncludeLocals() function in SBVariablesOptions146 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, GetIncludeLocals); in GetIncludeLocals()148 return m_opaque_up->GetIncludeLocals(); in GetIncludeLocals()257 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetIncludeLocals, ()); in RegisterMethods()
821 const bool locals = options.GetIncludeLocals(); in GetVariables()
41 GetIncludeLocals () const;
41 bool GetIncludeLocals() const;
69483 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetIncludeLocals(); in _wrap_SBVariablesOptions_GetIncludeLocals()