Searched refs:in_scope_only (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBVariablesOptions.cpp | 166 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 D | SBFrame.cpp | 729 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 D | SBFrame.h | 141 bool in_scope_only); 144 bool in_scope_only,
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBFrame.i | 220 bool in_scope_only); 226 bool in_scope_only,
|