Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBVariablesOptions.cpp166 void SBVariablesOptions::SetInScopeOnly(bool in_scope_only) { in SetInScopeOnly() argument
167 LLDB_INSTRUMENT_VA(this, in_scope_only); in SetInScopeOnly()
169 m_opaque_up->SetInScopeOnly(in_scope_only); in SetInScopeOnly()
H A DSBFrame.cpp729 bool in_scope_only) { in GetVariables() argument
730 LLDB_INSTRUMENT_VA(this, arguments, locals, statics, in_scope_only); in GetVariables()
748 options.SetInScopeOnly(in_scope_only); in GetVariables()
758 bool statics, bool in_scope_only, in GetVariables() argument
760 LLDB_INSTRUMENT_VA(this, arguments, locals, statics, in_scope_only, in GetVariables()
773 options.SetInScopeOnly(in_scope_only); in GetVariables()
794 const bool in_scope_only = options.GetInScopeOnly(); in GetVariables() local
840 if (in_scope_only && !variable_sp->IsInScope(frame)) in GetVariables()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBFrame.h141 bool in_scope_only);
144 bool in_scope_only,
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBFrame.i220 bool in_scope_only);
226 bool in_scope_only,