Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp167 bool SBCommandInterpreterRunOptions::GetAllowRepeats() const { in GetAllowRepeats() function in SBCommandInterpreterRunOptions
170 return m_opaque_up->GetAllowRepeats(); in GetAllowRepeats()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h75 bool GetAllowRepeats() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h191 bool GetAllowRepeats() const { return DefaultToNo(m_allow_repeats); } in GetAllowRepeats() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14769 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetAllowRepeats(); in _wrap_SBCommandInterpreterRunOptions_GetAllowRepeats()