Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBExpressionOptions.cpp209 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts() function in SBExpressionOptions
212 return m_opaque_up->GetAutoApplyFixIts(); in GetAutoApplyFixIts()
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBExpressionOptionsDocstrings.i51 ) lldb::SBExpressionOptions::GetAutoApplyFixIts;
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBExpressionOptions.h94 bool GetAutoApplyFixIts();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDUserExpression.cpp295 if (!fixed_expression->empty() && options.GetAutoApplyFixIts()) { in Evaluate()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h443 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts() function
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp28291 result = (bool)(arg1)->GetAutoApplyFixIts(); in _wrap_SBExpressionOptions_GetAutoApplyFixIts()