Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBExpressionOptions.cpp227 void SBExpressionOptions::SetRetriesWithFixIts(uint64_t retries) { in SetRetriesWithFixIts() function in SBExpressionOptions
230 return m_opaque_up->SetRetriesWithFixIts(retries); in SetRetriesWithFixIts()
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBExpressionOptionsDocstrings.i54 ) lldb::SBExpressionOptions::SetRetriesWithFixIts;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBExpressionOptions.h96 void SetRetriesWithFixIts(uint64_t retries);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectExpression.cpp223 options.SetRetriesWithFixIts(target.GetNumberOfRetriesWithFixits()); in GetEvaluateExpressionOptions()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h445 void SetRetriesWithFixIts(uint64_t number_of_retries) { in SetRetriesWithFixIts() function
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp28317 (arg1)->SetRetriesWithFixIts(arg2); in _wrap_SBExpressionOptions_SetRetriesWithFixIts()