Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBVariablesOptions.cpp46 bool GetIncludeLocals() const { return m_include_locals; } in GetIncludeLocals() function in VariablesOptionsImpl
136 bool SBVariablesOptions::GetIncludeLocals() const { in GetIncludeLocals() function in SBVariablesOptions
139 return m_opaque_up->GetIncludeLocals(); in GetIncludeLocals()
H A DSBFrame.cpp794 const bool locals = options.GetIncludeLocals(); in GetVariables()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBVariablesOptions.i41 GetIncludeLocals () const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBVariablesOptions.h41 bool GetIncludeLocals() const;