Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp228 bool SBExpressionOptions::GetAutoApplyFixIts() { in GetAutoApplyFixIts() function in SBExpressionOptions
229 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetAutoApplyFixIts); in GetAutoApplyFixIts()
231 return m_opaque_up->GetAutoApplyFixIts(); in GetAutoApplyFixIts()
340 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetAutoApplyFixIts, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i125 …ature("docstring", "Gets whether to auto-apply fix-it hints to an expression.") GetAutoApplyFixIts;
127 GetAutoApplyFixIts();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h87 bool GetAutoApplyFixIts();
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp273 options.GetAutoApplyFixIts()) { in Evaluate()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h398 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24667 result = (bool)(arg1)->GetAutoApplyFixIts(); in _wrap_SBExpressionOptions_GetAutoApplyFixIts()