Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBVariablesOptions.cpp48 void SetIncludeLocals(bool b) { m_include_locals = b; } in SetIncludeLocals() function in VariablesOptionsImpl
142 void SBVariablesOptions::SetIncludeLocals(bool locals) { in SetIncludeLocals() function in SBVariablesOptions
145 m_opaque_up->SetIncludeLocals(locals); in SetIncludeLocals()
H A DSBFrame.cpp747 options.SetIncludeLocals(locals); in GetVariables()
772 options.SetIncludeLocals(locals); in GetVariables()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBVariablesOptions.i44 SetIncludeLocals (bool);
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBVariablesOptions.h43 void SetIncludeLocals(bool);