Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBExpressionOptions.i125 …ature("docstring", "Gets whether to auto-apply fix-it hints to an expression.") GetAutoApplyFixIts;
127 GetAutoApplyFixIts();
/external/llvm-project/lldb/source/API/
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()
/external/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h87 bool GetAutoApplyFixIts();
/external/llvm-project/lldb/source/Expression/
DUserExpression.cpp268 options.GetAutoApplyFixIts()) { in Evaluate()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h390 bool GetAutoApplyFixIts() const { return m_auto_apply_fixits; } in GetAutoApplyFixIts() function