Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h21 class DiagnosticError : public llvm::ErrorInfo<DiagnosticError> {
23 DiagnosticError(PartialDiagnosticAt Diag) : Diag(std::move(Diag)) {} in DiagnosticError() function
33 return llvm::make_error<DiagnosticError>( in create()
42 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) { in take()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h58 return DiagnosticError::create(Loc, PartialDiagnostic(DiagID, DiagStorage)); in createDiagnosticError()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1227 char DiagnosticError::ID;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1375 handleErrors(std::move(Err), [this](const DiagnosticError &E) { in Error()
5817 return DiagnosticError::create(CurrentImportLoc, ConflictError); in ReadSubmoduleBlock()