Searched refs:SetAutoApplyFixIts (Results 1 – 10 of 10) sorted by relevance
121 …, "Sets whether to auto-apply fix-it hints to the expression being evaluated.") SetAutoApplyFixIts;123 SetAutoApplyFixIts(bool b = true);
208 void SBExpressionOptions::SetAutoApplyFixIts(bool b) { in SetAutoApplyFixIts() function in SBExpressionOptions211 return m_opaque_up->SetAutoApplyFixIts(b); in SetAutoApplyFixIts()
85 void SetAutoApplyFixIts(bool b = true);
176 options.SetAutoApplyFixIts(false); in GetHistoryThreads()
281 options.SetAutoApplyFixIts(false); in HandleCompletion()367 options.SetAutoApplyFixIts(auto_apply_fixits); in GetEvalOptions()
128 options.SetAutoApplyFixIts(false); in RetrieveReportData()
319 options.SetAutoApplyFixIts(false); in RetrieveReportData()
420 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; } in SetAutoApplyFixIts() function
2445 options.SetAutoApplyFixIts(False)