Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
850 if (in_scope_only && !variable_sp->IsInScope(frame)) in GetVariables()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h150 bool in_scope_only);
153 bool in_scope_only,