Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp52 void SetIncludeStatics(bool b) { m_include_statics = b; } in SetIncludeStatics() function in VariablesOptionsImpl
164 void SBVariablesOptions::SetIncludeStatics(bool statics) { in SetIncludeStatics() function in SBVariablesOptions
165 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeStatics, (bool), in SetIncludeStatics()
168 m_opaque_up->SetIncludeStatics(statics); in SetIncludeStatics()
260 LLDB_REGISTER_METHOD(void, SBVariablesOptions, SetIncludeStatics, (bool)); in RegisterMethods()
H A DSBFrame.cpp773 options.SetIncludeStatics(statics); in GetVariables()
799 options.SetIncludeStatics(statics); in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBVariablesOptions.i50 SetIncludeStatics (bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h47 void SetIncludeStatics(bool);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69559 (arg1)->SetIncludeStatics(arg2); in _wrap_SBVariablesOptions_SetIncludeStatics()