Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp32 bool GetIncludeArguments() const { return m_include_arguments; } in GetIncludeArguments() function in VariablesOptionsImpl
111 bool SBVariablesOptions::GetIncludeArguments() const { in GetIncludeArguments() function in SBVariablesOptions
114 return m_opaque_up->GetIncludeArguments(); in GetIncludeArguments()
H A DSBFrame.cpp791 const bool arguments = options.GetIncludeArguments(); in GetVariables()
/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h33 bool GetIncludeArguments() const;