| 2188 | |
| 2189 | template<typename T> |
| 2190 | void handleExpr( ExprLhs<T> const& expr ) { |
| 2191 | handleExpr( expr.makeUnaryExpr() ); |
| 2192 | } |
| 2193 | void handleExpr( ITransientExpression const& expr ); |
| 2194 | |
| 2195 | void handleMessage(ResultWas::OfType resultType, StringRef const& message); |
nothing calls this directly
no test coverage detected