Lines Matching refs:ErrorReported
334 char ErrorReported::ID = 0;
1987 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
1989 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2009 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2040 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2074 return ErrorReported::reportedOrSuccess(HasError); in printNoMatch()
2099 return ErrorReported::reportedOrSuccess(HasError); in printNoMatch()
2124 return ErrorReported::reportedOrSuccess(HasError); in printNoMatch()
2199 cantFail(handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in Check()
2321 cantFail(handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in CheckNot()
2381 handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in CheckDag()