Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1555 struct AlreadyReportedDiagnosticError struct
1556 : llvm::ErrorInfo<AlreadyReportedDiagnosticError> {
1568 char AlreadyReportedDiagnosticError::ID = 0;
1573 std::move(Err), [](AlreadyReportedDiagnosticError &) {}, in Error() argument
6144 return llvm::make_error<AlreadyReportedDiagnosticError>(); in ReadSubmoduleBlock()