Home
last modified time | relevance | path

Searched refs:SetRetriesWithFixIts (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp247 void SBExpressionOptions::SetRetriesWithFixIts(uint64_t retries) { in SetRetriesWithFixIts() function in SBExpressionOptions
248 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetRetriesWithFixIts, in SetRetriesWithFixIts()
251 return m_opaque_up->SetRetriesWithFixIts(retries); in SetRetriesWithFixIts()
347 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetRetriesWithFixIts, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i129 …ring", "Sets how often LLDB should retry applying fix-its to an expression.") SetRetriesWithFixIts;
131 SetRetriesWithFixIts(uint64_t retries);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h89 void SetRetriesWithFixIts(uint64_t retries);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp379 options.SetRetriesWithFixIts(target.GetNumberOfRetriesWithFixits()); in GetEvalOptions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h400 void SetRetriesWithFixIts(uint64_t number_of_retries) { in SetRetriesWithFixIts() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24693 (arg1)->SetRetriesWithFixIts(arg2); in _wrap_SBExpressionOptions_SetRetriesWithFixIts()