Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp209 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts() function in SBExpressionOptions
212 return m_opaque_up->GetAutoApplyFixIts(); in GetAutoApplyFixIts()
/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i51 ) lldb::SBExpressionOptions::GetAutoApplyFixIts;
/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h94 bool GetAutoApplyFixIts();
/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp298 if (!fixed_expression->empty() && options.GetAutoApplyFixIts()) { in Evaluate()
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h459 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; }
443 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } GetAutoApplyFixIts() function