Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBVariablesOptions.cpp59 void SetInScopeOnly(bool b) { m_in_scope_only = b; } in SetInScopeOnly() function in VariablesOptionsImpl
136 void SBVariablesOptions::SetInScopeOnly(bool in_scope_only) { in SetInScopeOnly() function in SBVariablesOptions
137 m_opaque_ap->SetInScopeOnly(in_scope_only); in SetInScopeOnly()
H A DSBFrame.cpp920 options.SetInScopeOnly(in_scope_only); in GetVariables()
942 options.SetInScopeOnly(in_scope_only); in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBVariablesOptions.h50 void SetInScopeOnly(bool);