Searched refs:m_auto_apply_fixits (Results 1 – 1 of 1) sorted by relevance
396 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; } in SetAutoApplyFixIts()398 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts()426 bool m_auto_apply_fixits = true; variable