Home
last modified time | relevance | path

Searched defs:GetRetriesWithFixIts (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp214 uint64_t SBExpressionOptions::GetRetriesWithFixIts() { in GetRetriesWithFixIts() function in SBExpressionOptions
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h428 uint64_t GetRetriesWithFixIts() const { return m_retries_with_fixits; } in GetRetriesWithFixIts() function