Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/expression/fixits/
H A DTestFixIts.py147 multiple_runs_options.SetRetriesWithFixIts(0)
160 multiple_runs_options.SetRetriesWithFixIts(1)
170 multiple_runs_options.SetRetriesWithFixIts(2)
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/lldb/source/API/
H A DSBExpressionOptions.cpp220 void SBExpressionOptions::SetRetriesWithFixIts(uint64_t retries) { in SetRetriesWithFixIts() function in SBExpressionOptions
223 return m_opaque_up->SetRetriesWithFixIts(retries); in SetRetriesWithFixIts()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBExpressionOptions.h89 void SetRetriesWithFixIts(uint64_t retries);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp363 options.SetRetriesWithFixIts(target.GetNumberOfRetriesWithFixits()); in GetEvalOptions()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h422 void SetRetriesWithFixIts(uint64_t number_of_retries) { in SetRetriesWithFixIts() function