Searched refs:GetAutoApplyFixIts (Results 1 – 5 of 5) sorted by relevance
125 …ature("docstring", "Gets whether to auto-apply fix-it hints to an expression.") GetAutoApplyFixIts;127 GetAutoApplyFixIts();
202 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts() function in SBExpressionOptions205 return m_opaque_up->GetAutoApplyFixIts(); in GetAutoApplyFixIts()
87 bool GetAutoApplyFixIts();
294 if (!fixed_expression->empty() && options.GetAutoApplyFixIts()) { in Evaluate()
422 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts() function