Lines Matching refs:handleExpr
2479 virtual void handleExpr
2563 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr() function in Catch::AssertionHandler
2564 handleExpr( expr.makeUnaryExpr() ); in handleExpr()
2566 void handleExpr( ITransientExpression const& expr );
2706 catchAssertionHandler.handleExpr( Catch::Decomposer() <= __VA_ARGS__ ); \
3804 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( arg, matcher, #matcher##_catch_sr ) ); \
3819 … catchAssertionHandler.handleExpr( Catch::makeMatchExpr( ex, matcher, #matcher##_catch_sr ) ); \
8095 void handleExpr
8243 void AssertionHandler::handleExpr( ITransientExpression const& expr ) { in handleExpr() function in Catch::AssertionHandler
8244 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); in handleExpr()
8412 handler.handleExpr( expr ); in handleExceptionMatchExpr()
12979 void RunContext::handleExpr( in handleExpr() function in Catch::RunContext