Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp145 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts() function in SBExpressionOptions
146 return m_opaque_ap->GetAutoApplyFixIts(); in GetAutoApplyFixIts()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h88 bool GetAutoApplyFixIts();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DUserExpression.cpp253 options.GetAutoApplyFixIts()) { in Evaluate()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h386 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts() function