Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp240 uint64_t SBExpressionOptions::GetRetriesWithFixIts() { in GetRetriesWithFixIts() function in SBExpressionOptions
242 GetRetriesWithFixIts); in GetRetriesWithFixIts()
244 return m_opaque_up->GetRetriesWithFixIts(); in GetRetriesWithFixIts()
346 LLDB_REGISTER_METHOD(uint64_t, SBExpressionOptions, GetRetriesWithFixIts, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i133 …string", "Gets how often LLDB will retry applying fix-its to an expression.") GetRetriesWithFixIts;
135 GetRetriesWithFixIts();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h91 uint64_t GetRetriesWithFixIts();
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp274 const uint64_t max_fix_retries = options.GetRetriesWithFixIts(); in Evaluate()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h404 uint64_t GetRetriesWithFixIts() const { return m_retries_with_fixits; } in GetRetriesWithFixIts() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24717 result = (uint64_t)(arg1)->GetRetriesWithFixIts(); in _wrap_SBExpressionOptions_GetRetriesWithFixIts()