Searched refs:RemainingErrors (Results 1 – 2 of 2) sorted by relevance
217 if (auto RemainingErrors = in reportOptionParsingError() local219 Context->configurationDiag(llvm::toString(std::move(RemainingErrors))); in reportOptionParsingError()
57 Error RemainingErrors = std::move(Err); in expectSameErrors() local59 RemainingErrors = in expectSameErrors()60 handleErrors(std::move(RemainingErrors), [&](const ErrorT &E) { in expectSameErrors()65 } while (RemainingErrors && !ExpectedMsgs.empty()); in expectSameErrors()66 EXPECT_THAT_ERROR(std::move(RemainingErrors), Succeeded()); in expectSameErrors()