Searched refs:handleError (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringResultConsumer.h | 30 virtual void handleError(llvm::Error Err) = 0; 43 handleError(llvm::make_error<llvm::StringError>( in defaultResultHandler()
|
H A D | RefactoringActionRules.h | 58 Consumer.handleError(Changes.takeError()); in invoke() 80 Consumer.handleError(Occurrences.takeError()); in invoke()
|
H A D | RefactoringActionRulesInternal.h | 56 return Consumer.handleError(std::move(Err)); in invokeRuleAfterValidatingRequirements() 62 return Consumer.handleError(Rule.takeError()); in invokeRuleAfterValidatingRequirements()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | fallible_iterator.h | 128 handleError(std::move(Err)); 144 handleError(std::move(Err)); 204 void handleError(Error Err) { in handleError() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | VectorBuilder.h | 53 void handleError(const char *ErrorMsg) const; 56 handleError(ErrorMsg); in returnWithError()
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkParser.cpp | 121 void handleError(Error E) { Err.emplace(toString(std::move(E))); } in handleError() function 156 TheCParser.handleError(std::move(E)); in LLVMRemarkParserGetNext()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaSwift.h | 38 void handleError(Decl *D, const ParsedAttr &AL);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | VectorBuilder.cpp | 24 void VectorBuilder::handleError(const char *ErrorMsg) const { in handleError() function in llvm::VectorBuilder
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 71 return handleError(Expr, LHSResult); in evaluate() 73 return handleError(Expr, unexpectedToken(RemainingExpr, LHSExpr, "")); in evaluate() 81 return handleError(Expr, RHSResult); in evaluate() 83 return handleError(Expr, unexpectedToken(RemainingExpr, RHSExpr, "")); in evaluate() 168 bool handleError(StringRef Expr, const EvalResult &R) const { in handleError() function in llvm::RuntimeDyldCheckerExprEval
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaSwift.cpp | 125 void SemaSwift::handleError(Decl *D, const ParsedAttr &AL) { in handleError() function in clang::SemaSwift
|
H A D | SemaDeclAttr.cpp | 7003 S.Swift().handleError(D, AL); in ProcessDeclAttribute()
|