Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp34 void SetIncludeArguments(bool b) { m_include_arguments = b; } in SetIncludeArguments() function in VariablesOptionsImpl
117 void SBVariablesOptions::SetIncludeArguments(bool arguments) { in SetIncludeArguments() function in SBVariablesOptions
120 m_opaque_up->SetIncludeArguments(arguments); in SetIncludeArguments()
H A DSBFrame.cpp745 options.SetIncludeArguments(arguments); in GetVariables()
770 options.SetIncludeArguments(arguments); in GetVariables()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h35 void SetIncludeArguments(bool);
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp76359 (arg1)->SetIncludeArguments(arg2); in _wrap_SBVariablesOptions_SetIncludeArguments()