Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp447 target->GetEnableNotifyAboutFixIts()) { in EvaluateExpression()
661 if (!m_fixed_expression.empty() && target->GetEnableNotifyAboutFixIts()) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DUserExpression.cpp273 if (!fixed_expression->empty() && target->GetEnableNotifyAboutFixIts()) { in Evaluate()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h135 bool GetEnableNotifyAboutFixIts() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3879 bool TargetProperties::GetEnableNotifyAboutFixIts() const { in GetEnableNotifyAboutFixIts() function in TargetProperties