Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBExpressionOptions.i125 …ature("docstring", "Gets whether to auto-apply fix-it hints to an expression.") GetAutoApplyFixIts;
127 GetAutoApplyFixIts();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp202 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts() function in SBExpressionOptions
205 return m_opaque_up->GetAutoApplyFixIts(); in GetAutoApplyFixIts()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h87 bool GetAutoApplyFixIts();
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DUserExpression.cpp294 if (!fixed_expression->empty() && options.GetAutoApplyFixIts()) { in Evaluate()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h422 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts() function