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

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i57 ) lldb::SBExpressionOptions::GetRetriesWithFixIts;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h93 uint64_t GetRetriesWithFixIts();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp214 uint64_t SBExpressionOptions::GetRetriesWithFixIts() { function in class:SBExpressionOptions
217 return m_opaque_up->GetRetriesWithFixIts();
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp296 const uint64_t max_fix_retries = options.GetRetriesWithFixIts();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h438 uint64_t GetRetriesWithFixIts() const { return m_retries_with_fixits; } function in class:lldb_private::EvaluateExpressionOptions
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp26903 SWIG_check_num_args("lldb::SBExpressionOptions::GetRetriesWithFixIts",1,1)
26904 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBExpressionOptions::GetRetriesWithFixIts",1,"lldb::SBExpressionOptions *");
26910 result = (uint64_t)(arg1)->GetRetriesWithFixIts();
27137 { "GetRetriesWithFixIts", _wrap_SBExpressionOptions_GetRetriesWithFixIts},
[all...]

Completed in 1183 milliseconds