Home
last modified time | relevance | path

Searched defs:SetAutoApplyFixIts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp215 void SBExpressionOptions::SetAutoApplyFixIts(bool b) { in SetAutoApplyFixIts() function in SBExpressionOptions
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h441 void SetAutoApplyFixIts(bool b) { m_auto_apply_fixits = b; } in SetAutoApplyFixIts() function