Home
last modified time | relevance | path

Searched refs:visitErrors (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp131 llvm::visitErrors(error, [&](const llvm::ErrorInfoBase &e) { in CloneError()
224 llvm::visitErrors(m_error, [&](const llvm::ErrorInfoBase &error) { in GetError()
258 llvm::visitErrors(m_error, [&](const llvm::ErrorInfoBase &error) { in GetAsStructuredData()
281 llvm::visitErrors(m_error, [&](const llvm::ErrorInfoBase &error) { in GetType()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp87 visitErrors(E, [&Errors](const ErrorInfoBase &EI) { in toStringWithoutConsuming()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h170 friend void visitErrors(const Error &E, HandlerT H);
377 friend void visitErrors(const Error &E, HandlerT H);
1002 template <typename HandlerT> void visitErrors(const Error &E, HandlerT H) { in visitErrors() function