Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringResultConsumer.h30 virtual void handleError(llvm::Error Err) = 0;
43 handleError(llvm::make_error<llvm::StringError>( in defaultResultHandler()
H A DRefactoringActionRules.h58 Consumer.handleError(Changes.takeError()); in invoke()
80 Consumer.handleError(Occurrences.takeError()); in invoke()
H A DRefactoringActionRulesInternal.h56 return Consumer.handleError(std::move(Err)); in invokeRuleAfterValidatingRequirements()
62 return Consumer.handleError(Rule.takeError()); in invokeRuleAfterValidatingRequirements()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dfallible_iterator.h128 handleError(std::move(Err));
144 handleError(std::move(Err));
204 void handleError(Error Err) { in handleError() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp121 void handleError(Error E) { Err.emplace(toString(std::move(E))); } in handleError() function
156 TheCParser.handleError(std::move(E)); in LLVMRemarkParserGetNext()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp50 return handleError(Expr, LHSResult); in evaluate()
52 return handleError(Expr, unexpectedToken(RemainingExpr, LHSExpr, "")); in evaluate()
60 return handleError(Expr, RHSResult); in evaluate()
62 return handleError(Expr, unexpectedToken(RemainingExpr, RHSExpr, "")); in evaluate()
147 bool handleError(StringRef Expr, const EvalResult &R) const { in handleError() function in llvm::RuntimeDyldCheckerExprEval
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDriver.cpp834 auto handleError = [](Error &&e) { in createImportLibrary() local
842 handleError(writeImportLibrary(libName, path, exports, config->machine, in createImportLibrary()
852 handleError(writeImportLibrary(libName, path, exports, config->machine, in createImportLibrary()
865 handleError(std::move(e)); in createImportLibrary()
873 handleError(errorCodeToError(sys::fs::rename(tmpName, path))); in createImportLibrary()