Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp423 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in EvaluateExpression()
650 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in DoExecute()
/external/llvm-project/lldb/source/Expression/
DUserExpression.cpp300 if (!fixed_expression->empty() && target->GetEnableNotifyAboutFixIts()) { in Evaluate()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h144 bool GetEnableNotifyAboutFixIts() const;
/external/llvm-project/lldb/source/Target/
DTarget.cpp3990 bool TargetProperties::GetEnableNotifyAboutFixIts() const { in GetEnableNotifyAboutFixIts() function in TargetProperties