Searched defs:handleError (Results 1 – 5 of 5) sorted by relevance
204 void handleError(Error Err) { in handleError() function
24 void VectorBuilder::handleError(const char *ErrorMsg) const { in handleError() function in llvm::VectorBuilder
121 void handleError(Error E) { Err.emplace(toString(std::move(E))); } in handleError() function
125 void SemaSwift::handleError(Decl *D, const ParsedAttr &AL) { in handleError() function in clang::SemaSwift
168 bool handleError(StringRef Expr, const EvalResult &R) const { in handleError() function in llvm::RuntimeDyldCheckerExprEval