Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBVariablesOptions.cpp56 void SetInScopeOnly(bool b) { m_in_scope_only = b; } in SetInScopeOnly() function in VariablesOptionsImpl
166 void SBVariablesOptions::SetInScopeOnly(bool in_scope_only) { in SetInScopeOnly() function in SBVariablesOptions