Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp407 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in EvaluateExpression()
629 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in DoExecute()
/llvm-project-15.0.7/lldb/source/Expression/
H A DUserExpression.cpp328 if (target->GetEnableNotifyAboutFixIts() && fixed_expression && in Evaluate()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h162 bool GetEnableNotifyAboutFixIts() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4337 bool TargetProperties::GetEnableNotifyAboutFixIts() const { in GetEnableNotifyAboutFixIts() function in TargetProperties