Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i48 ) lldb::SBExpressionOptions::SetAutoApplyFixIts;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h92 void SetAutoApplyFixIts(bool b = true);
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp175 options.SetAutoApplyFixIts(false); in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp82 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp222 options.SetAutoApplyFixIts(auto_apply_fixits); in GetEvaluateExpressionOptions()
337 options.SetAutoApplyFixIts(false); in HandleCompletion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp128 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp321 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h441 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; } in SetAutoApplyFixIts() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp28195 (arg1)->SetAutoApplyFixIts(arg2); in _wrap_SBExpressionOptions_SetAutoApplyFixIts__SWIG_0()
28218 (arg1)->SetAutoApplyFixIts(); in _wrap_SBExpressionOptions_SetAutoApplyFixIts__SWIG_1()