| 91 | //----------------------------------------------------------------------------- |
| 92 | |
| 93 | UnaryOperator* Ref(const Expr* e) |
| 94 | { |
| 95 | return mkReference(const_cast<Expr*>(e), e->getType()); |
| 96 | } |
| 97 | //----------------------------------------------------------------------------- |
| 98 | |
| 99 | UnaryOperator* Ref(const ValueDecl* d) |
no test coverage detected