Searched refs:SetRetriesWithFixIts (Results 1 – 6 of 6) sorted by relevance
247 void SBExpressionOptions::SetRetriesWithFixIts(uint64_t retries) { in SetRetriesWithFixIts() function in SBExpressionOptions248 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()
129 …ring", "Sets how often LLDB should retry applying fix-its to an expression.") SetRetriesWithFixIts;131 SetRetriesWithFixIts(uint64_t retries);
89 void SetRetriesWithFixIts(uint64_t retries);
379 options.SetRetriesWithFixIts(target.GetNumberOfRetriesWithFixits()); in GetEvalOptions()
400 void SetRetriesWithFixIts(uint64_t number_of_retries) { in SetRetriesWithFixIts() function
24693 (arg1)->SetRetriesWithFixIts(arg2); in _wrap_SBExpressionOptions_SetRetriesWithFixIts()