Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBVariablesOptions.cpp35 bool GetIncludeArguments() const { return m_include_arguments; } in GetIncludeArguments() function in VariablesOptionsImpl
99 bool SBVariablesOptions::GetIncludeArguments() const { in GetIncludeArguments() function in SBVariablesOptions
100 return m_opaque_ap->GetIncludeArguments(); in GetIncludeArguments()
H A DSBFrame.cpp959 const bool arguments = options.GetIncludeArguments(); in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBVariablesOptions.h32 bool GetIncludeArguments() const;