Searched refs:SetAutoApplyFixIts (Results 1 – 10 of 10) sorted by relevance
234 void SBExpressionOptions::SetAutoApplyFixIts(bool b) { in SetAutoApplyFixIts() function in SBExpressionOptions235 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetAutoApplyFixIts, (bool), b); in SetAutoApplyFixIts()237 return m_opaque_up->SetAutoApplyFixIts(b); in SetAutoApplyFixIts()341 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetAutoApplyFixIts, (bool)); in RegisterMethods()
121 …, "Sets whether to auto-apply fix-it hints to the expression being evaluated.") SetAutoApplyFixIts;123 SetAutoApplyFixIts(bool b = true);
85 void SetAutoApplyFixIts(bool b = true);
181 options.SetAutoApplyFixIts(false); in GetHistoryThreads()
292 options.SetAutoApplyFixIts(false); in HandleCompletion()378 options.SetAutoApplyFixIts(auto_apply_fixits); in GetEvalOptions()
132 options.SetAutoApplyFixIts(false); in RetrieveReportData()
323 options.SetAutoApplyFixIts(false); in RetrieveReportData()
396 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; } in SetAutoApplyFixIts() function
24571 (arg1)->SetAutoApplyFixIts(arg2); in _wrap_SBExpressionOptions_SetAutoApplyFixIts__SWIG_0()24594 (arg1)->SetAutoApplyFixIts(); in _wrap_SBExpressionOptions_SetAutoApplyFixIts__SWIG_1()