reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBExpressionOptions.cpp
  238   return m_opaque_up->SetAutoApplyFixIts(b);
tools/lldb/source/Commands/CommandObjectExpression.cpp
  300   options.SetAutoApplyFixIts(false);
  406   options.SetAutoApplyFixIts(auto_apply_fixits);
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
  130   options.SetAutoApplyFixIts(false);
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  321   options.SetAutoApplyFixIts(false);
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  136   options.SetAutoApplyFixIts(false);
tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
  179   options.SetAutoApplyFixIts(false);