Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp196 if (!fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in DoExecute()
H A DCommandObjectExpression.cpp432 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in EvaluateExpression()
672 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp335 if (target->GetEnableNotifyAboutFixIts() && fixed_expression && in Evaluate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h164 bool GetEnableNotifyAboutFixIts() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4523 bool TargetProperties::GetEnableNotifyAboutFixIts() const { in GetEnableNotifyAboutFixIts() function in TargetProperties