Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i51 ) lldb::SBExpressionOptions::GetAutoApplyFixIts;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h94 bool GetAutoApplyFixIts();
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp295 if (!fixed_expression->empty() && options.GetAutoApplyFixIts()) { in Evaluate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h443 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp28291 result = (bool)(arg1)->GetAutoApplyFixIts(); in _wrap_SBExpressionOptions_GetAutoApplyFixIts()