Home
last modified time | relevance | path

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

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