LLVM: llvm::detail::ErrorMessageMatches Class Reference (original) (raw)

#include "[llvm/Testing/Support/Error.h](llvm%5F2Testing%5F2Support%5F2Error%5F8h%5Fsource.html)"

Public Member Functions
ErrorMessageMatches (testing::Matcher< std::vector< std::string > > Matcher)
bool MatchAndExplain (const ErrorHolder &Holder, testing::MatchResultListener *listener) const override
void DescribeTo (std::ostream *OS) const override
void DescribeNegationTo (std::ostream *OS) const override

Definition at line 131 of file Error.h.

llvm::detail::ErrorMessageMatches::ErrorMessageMatches ( testing::Matcher< std::vector< std::string > > Matcher) inlineexplicit

DescribeNegationTo()

void llvm::detail::ErrorMessageMatches::DescribeNegationTo ( std::ostream * OS) const inlineoverride

DescribeTo()

void llvm::detail::ErrorMessageMatches::DescribeTo ( std::ostream * OS) const inlineoverride

MatchAndExplain()

bool llvm::detail::ErrorMessageMatches::MatchAndExplain ( const ErrorHolder & Holder, testing::MatchResultListener * listener ) const inlineoverride

The documentation for this class was generated from the following file: