Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h85 void SetAutoApplyFixIts(bool b = true);
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp176 options.SetAutoApplyFixIts(false); in GetHistoryThreads()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp281 options.SetAutoApplyFixIts(false); in HandleCompletion()
367 options.SetAutoApplyFixIts(auto_apply_fixits); in GetEvalOptions()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp128 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp128 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp319 options.SetAutoApplyFixIts(false); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h420 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; } in SetAutoApplyFixIts() function
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2445 options.SetAutoApplyFixIts(False)