Searched refs:GetAddToHistory (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp130 bool SBCommandInterpreterRunOptions::GetAddToHistory() const { function in class:SBCommandInterpreterRunOptions
133 return m_opaque_up->GetAddToHistory();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h63 bool GetAddToHistory() const;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h164 bool GetAddToHistory() const { return DefaultToYes(m_add_to_history); } function in class:lldb_private::CommandInterpreterRunOptions
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2568 if (!options.GetAddToHistory())
2571 if (!options.GetAddToHistory())
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13720 SWIG_check_num_args("lldb::SBCommandInterpreterRunOptions::GetAddToHistory",1,1)
13721 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBCommandInterpreterRunOptions::GetAddToHistory",1,"lldb::SBCommandInterpreterRunOptions const *");
13727 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetAddToHistory();
13894 { "GetAddToHistory", _wrap_SBCommandInterpreterRunOptions_GetAddToHistory},
[all...]

Completed in 387 milliseconds