Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp173 void SBCommandInterpreterRunOptions::SetAllowRepeats(bool allow_repeats) { in SetAllowRepeats() function in SBCommandInterpreterRunOptions
176 m_opaque_up->SetAllowRepeats(allow_repeats); in SetAllowRepeats()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h81 void SetAllowRepeats(bool);
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h193 void SetAllowRepeats(bool allow_repeats) { in SetAllowRepeats() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14795 (arg1)->SetAllowRepeats(arg2); in _wrap_SBCommandInterpreterRunOptions_SetAllowRepeats()