Searched refs:SetRetriesWithFixIts (Results 1 – 5 of 5) sorted by relevance
129 …ring", "Sets how often LLDB should retry applying fix-its to an expression.") SetRetriesWithFixIts;131 SetRetriesWithFixIts(uint64_t retries);
220 void SBExpressionOptions::SetRetriesWithFixIts(uint64_t retries) { in SetRetriesWithFixIts() function in SBExpressionOptions223 return m_opaque_up->SetRetriesWithFixIts(retries); in SetRetriesWithFixIts()
89 void SetRetriesWithFixIts(uint64_t retries);
368 options.SetRetriesWithFixIts(target.GetNumberOfRetriesWithFixits()); in GetEvalOptions()
424 void SetRetriesWithFixIts(uint64_t number_of_retries) { in SetRetriesWithFixIts() function