Searched refs:GetRetriesWithFixIts (Results 1 – 5 of 5) sorted by relevance
133 …string", "Gets how often LLDB will retry applying fix-its to an expression.") GetRetriesWithFixIts;135 GetRetriesWithFixIts();
240 uint64_t SBExpressionOptions::GetRetriesWithFixIts() { in GetRetriesWithFixIts() function in SBExpressionOptions242 GetRetriesWithFixIts); in GetRetriesWithFixIts()244 return m_opaque_up->GetRetriesWithFixIts(); in GetRetriesWithFixIts()346 LLDB_REGISTER_METHOD(uint64_t, SBExpressionOptions, GetRetriesWithFixIts, ()); in RegisterMethods()
91 uint64_t GetRetriesWithFixIts();
269 const uint64_t max_fix_retries = options.GetRetriesWithFixIts(); in Evaluate()
396 uint64_t GetRetriesWithFixIts() const { return m_retries_with_fixits; } in GetRetriesWithFixIts() function