Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/commands/expression/fixits/
H A DTestFixIts.py37 options.SetAutoApplyFixIts(True)
40 top_level_options.SetAutoApplyFixIts(True)
77 options.SetAutoApplyFixIts(False)
121 multiple_runs_options.SetAutoApplyFixIts(True)
/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp215 void SBExpressionOptions::SetAutoApplyFixIts(bool b) { in SetAutoApplyFixIts() function in SBExpressionOptions
218 return m_opaque_up->SetAutoApplyFixIts(b); in SetAutoApplyFixIts()
/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i48 ) lldb::SBExpressionOptions::SetAutoApplyFixIts;
/llvm-project/lldb/test/API/commands/expression/error-limit/
H A DTestExprErrorLimit.py32 options.SetAutoApplyFixIts(False)
/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h92 void SetAutoApplyFixIts(bool b = true);
/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp174 options.SetAutoApplyFixIts(false); in GetHistoryThreads()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp82 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp221 options.SetAutoApplyFixIts(auto_apply_fixits); in GetEvaluateExpressionOptions()
336 options.SetAutoApplyFixIts(false); in HandleCompletion()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp128 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp321 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h457 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; }
441 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; } SetAutoApplyFixIts() function
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2518 options.SetAutoApplyFixIts(False)