Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Testing/Support/
H A DError.h85 class ErrorMatchesMono : public testing::MatcherInterface<const ErrorHolder &> {
87 explicit ErrorMatchesMono(Optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() function
199 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>(None)); in Failed()
204 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>( in Failed()