Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp149 void SBExpressionOptions::SetAutoApplyFixIts(bool b) { in SetAutoApplyFixIts() function in SBExpressionOptions
150 return m_opaque_ap->SetAutoApplyFixIts(b); in SetAutoApplyFixIts()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h86 void SetAutoApplyFixIts(bool b = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp183 options.SetAutoApplyFixIts(false); in GetHistoryThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp314 options.SetAutoApplyFixIts(false); in HandleCompletion()
425 options.SetAutoApplyFixIts(auto_apply_fixits); in EvaluateExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp132 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp135 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp322 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h384 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; } in SetAutoApplyFixIts() function