Home
last modified time | relevance | path

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

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