Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp54 bool GetInScopeOnly() const { return m_in_scope_only; } in GetInScopeOnly() function in VariablesOptionsImpl
160 bool SBVariablesOptions::GetInScopeOnly() const { in GetInScopeOnly() function in SBVariablesOptions
163 return m_opaque_up->GetInScopeOnly(); in GetInScopeOnly()
H A DSBFrame.cpp794 const bool in_scope_only = options.GetInScopeOnly(); in GetVariables()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h49 bool GetInScopeOnly() const;
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp79823 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetInScopeOnly(); in _wrap_SBVariablesOptions_GetInScopeOnly()