Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp48 void SetIncludeLocals(bool b) { m_include_locals = b; } in SetIncludeLocals() function in VariablesOptionsImpl
151 void SBVariablesOptions::SetIncludeLocals(bool locals) { in SetIncludeLocals() function in SBVariablesOptions
152 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeLocals, (bool), in SetIncludeLocals()
155 m_opaque_up->SetIncludeLocals(locals); in SetIncludeLocals()
258 LLDB_REGISTER_METHOD(void, SBVariablesOptions, SetIncludeLocals, (bool)); in RegisterMethods()
H A DSBFrame.cpp772 options.SetIncludeLocals(locals); in GetVariables()
798 options.SetIncludeLocals(locals); in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBVariablesOptions.i44 SetIncludeLocals (bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h43 void SetIncludeLocals(bool);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69509 (arg1)->SetIncludeLocals(arg2); in _wrap_SBVariablesOptions_SetIncludeLocals()