Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
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()
DSBFrame.cpp795 const bool in_scope_only = options.GetInScopeOnly(); in GetVariables()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBVariablesOptions.i53 GetInScopeOnly () const;
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBVariablesOptions.h49 bool GetInScopeOnly() const;