Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DError.h885 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl() function
890 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl() function
895 return handleErrorImpl(std::move(Payload), in handleErrorImpl()
918 handleErrorImpl(std::move(P), std::forward<HandlerTs>(Hs)...)); in handleErrors()
922 return handleErrorImpl(std::move(Payload), std::forward<HandlerTs>(Hs)...); in handleErrors()