Home
last modified time | relevance | path

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

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