Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DTarget.h396 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; } in SetAutoApplyFixIts()
398 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts()
426 bool m_auto_apply_fixits = true; variable