Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBVariablesOptions.cpp57 bool GetInScopeOnly() const { return m_in_scope_only; } in GetInScopeOnly() function in VariablesOptionsImpl
132 bool SBVariablesOptions::GetInScopeOnly() const { in GetInScopeOnly() function in SBVariablesOptions
133 return m_opaque_ap->GetInScopeOnly(); in GetInScopeOnly()
H A DSBFrame.cpp963 const bool in_scope_only = options.GetInScopeOnly(); in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBVariablesOptions.h48 bool GetInScopeOnly() const;