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();
228 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts() function in SBExpressionOptions229 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetAutoApplyFixIts); in GetAutoApplyFixIts()231 return m_opaque_up->GetAutoApplyFixIts(); in GetAutoApplyFixIts()340 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetAutoApplyFixIts, ()); in RegisterMethods()
87 bool GetAutoApplyFixIts();
268 options.GetAutoApplyFixIts()) { in Evaluate()
390 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts() function