Home
last modified time | relevance | path

Searched refs:SetAutoApplyFixIts (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/expression/fixits/
H A DTestFixIts.py32 options.SetAutoApplyFixIts(True)
35 top_level_options.SetAutoApplyFixIts(True)
71 options.SetAutoApplyFixIts(False)
111 multiple_runs_options.SetAutoApplyFixIts(True)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBExpressionOptions.i121 …, "Sets whether to auto-apply fix-it hints to the expression being evaluated.") SetAutoApplyFixIts;
123 SetAutoApplyFixIts(bool b = true);
/llvm-project-15.0.7/lldb/source/API/
H A DSBExpressionOptions.cpp208 void SBExpressionOptions::SetAutoApplyFixIts(bool b) { in SetAutoApplyFixIts() function in SBExpressionOptions
211 return m_opaque_up->SetAutoApplyFixIts(b); in SetAutoApplyFixIts()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBExpressionOptions.h85 void SetAutoApplyFixIts(bool b = true);
/llvm-project-15.0.7/lldb/test/API/commands/expression/error-limit/
H A DTestExprErrorLimit.py33 options.SetAutoApplyFixIts(False)
/llvm-project-15.0.7/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp176 options.SetAutoApplyFixIts(false); in GetHistoryThreads()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp276 options.SetAutoApplyFixIts(false); in HandleCompletion()
362 options.SetAutoApplyFixIts(auto_apply_fixits); in GetEvalOptions()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp128 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp128 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp319 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h418 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; } in SetAutoApplyFixIts() function
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2412 options.SetAutoApplyFixIts(False)