Lines Matching refs:ErrorReported
328 char ErrorReported::ID = 0;
1985 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
1987 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2007 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2038 return ErrorReported::reportedOrSuccess(HasError); in printMatch()
2072 return ErrorReported::reportedOrSuccess(HasError); in printNoMatch()
2097 return ErrorReported::reportedOrSuccess(HasError); in printNoMatch()
2122 return ErrorReported::reportedOrSuccess(HasError); in printNoMatch()
2197 cantFail(handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in Check()
2319 cantFail(handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in CheckNot()
2379 handleErrors(std::move(Err), [&](const ErrorReported &E) {})); in CheckDag()