Home
last modified time | relevance | path

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

/freebsd-src/contrib/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.cpp790 const bool arguments = options.GetIncludeArguments(); in GetVariables()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h33 bool GetIncludeArguments() const;
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]