Searched refs:visitErrors (Results 1 – 3 of 3) sorted by relevance
131 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()
87 visitErrors(E, [&Errors](const ErrorInfoBase &EI) { in toStringWithoutConsuming()
170 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