Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp423 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in EvaluateExpression()
649 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp313 if (target->GetEnableNotifyAboutFixIts() && fixed_expression && in Evaluate()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h148 bool GetEnableNotifyAboutFixIts() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4069 bool TargetProperties::GetEnableNotifyAboutFixIts() const { in GetEnableNotifyAboutFixIts() function in TargetProperties