Searched refs:GetAutoApplyFixIts (Results 1 – 6 of 6) sorted by relevance
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()
125 …ature("docstring", "Gets whether to auto-apply fix-it hints to an expression.") GetAutoApplyFixIts;127 GetAutoApplyFixIts();
87 bool GetAutoApplyFixIts();
273 options.GetAutoApplyFixIts()) { in Evaluate()
398 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts() function
24667 result = (bool)(arg1)->GetAutoApplyFixIts(); in _wrap_SBExpressionOptions_GetAutoApplyFixIts()