| 1558 | |
| 1559 | template<typename T> |
| 1560 | void handleExpr( ExprLhs<T> const& expr ) { |
| 1561 | handleExpr( expr.makeUnaryExpr() ); |
| 1562 | } |
| 1563 | void handleExpr( ITransientExpression const& expr ); |
| 1564 | |
| 1565 | void handleMessage(ResultWas::OfType resultType, StringRef const& message); |
nothing calls this directly
no test coverage detected