Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h89 void SetRetriesWithFixIts(uint64_t retries);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp368 options.SetRetriesWithFixIts(target.GetNumberOfRetriesWithFixits()); in GetEvalOptions()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h424 void SetRetriesWithFixIts(uint64_t number_of_retries) { in SetRetriesWithFixIts() function