Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp54 bool GetInScopeOnly() const { return m_in_scope_only; } in GetInScopeOnly() function in VariablesOptionsImpl
171 bool SBVariablesOptions::GetInScopeOnly() const { in GetInScopeOnly() function in SBVariablesOptions
172 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, GetInScopeOnly); in GetInScopeOnly()
174 return m_opaque_up->GetInScopeOnly(); in GetInScopeOnly()
261 LLDB_REGISTER_METHOD_CONST(bool, SBVariablesOptions, GetInScopeOnly, ()); in RegisterMethods()
H A DSBFrame.cpp822 const bool in_scope_only = options.GetInScopeOnly(); in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBVariablesOptions.i53 GetInScopeOnly () const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h49 bool GetInScopeOnly() const;
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69583 result = (bool)((lldb::SBVariablesOptions const *)arg1)->GetInScopeOnly(); in _wrap_SBVariablesOptions_GetInScopeOnly()