Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp234 void SBExpressionOptions::SetAutoApplyFixIts(bool b) { in SetAutoApplyFixIts() function in SBExpressionOptions
235 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetAutoApplyFixIts, (bool), b); in SetAutoApplyFixIts()
237 return m_opaque_up->SetAutoApplyFixIts(b); in SetAutoApplyFixIts()
341 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetAutoApplyFixIts, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h85 void SetAutoApplyFixIts(bool b = true);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp181 options.SetAutoApplyFixIts(false); in GetHistoryThreads()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp292 options.SetAutoApplyFixIts(false); in HandleCompletion()
378 options.SetAutoApplyFixIts(auto_apply_fixits); in GetEvalOptions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp132 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp132 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp323 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h396 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; } in SetAutoApplyFixIts() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24571 (arg1)->SetAutoApplyFixIts(arg2); in _wrap_SBExpressionOptions_SetAutoApplyFixIts__SWIG_0()
24594 (arg1)->SetAutoApplyFixIts(); in _wrap_SBExpressionOptions_SetAutoApplyFixIts__SWIG_1()