| 1551 | StringRef capturedExpression, |
| 1552 | ResultDisposition::Flags resultDisposition ); |
| 1553 | ~AssertionHandler() { |
| 1554 | if ( !m_completed ) { |
| 1555 | m_resultCapture.handleIncomplete( m_assertionInfo ); |
| 1556 | } |
| 1557 | } |
| 1558 | |
| 1559 | template<typename T> |
| 1560 | void handleExpr( ExprLhs<T> const& expr ) { |
nothing calls this directly
no test coverage detected