Home
last modified time | relevance | path

Searched defs:GetAllowRepeats (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp167 bool SBCommandInterpreterRunOptions::GetAllowRepeats() const { in GetAllowRepeats() function in SBCommandInterpreterRunOptions
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h191 bool GetAllowRepeats() const { return DefaultToNo(m_allow_repeats); } in GetAllowRepeats() function