Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBVariablesOptions.cpp37 void SetIncludeArguments(bool b) { m_include_arguments = b; } in SetIncludeArguments() function in VariablesOptionsImpl
103 void SBVariablesOptions::SetIncludeArguments(bool arguments) { in SetIncludeArguments() function in SBVariablesOptions
104 m_opaque_ap->SetIncludeArguments(arguments); in SetIncludeArguments()
H A DSBFrame.cpp917 options.SetIncludeArguments(arguments); in GetVariables()
939 options.SetIncludeArguments(arguments); in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBVariablesOptions.h34 void SetIncludeArguments(bool);