| 85 | //----------------------------------------------------------------------------- |
| 86 | |
| 87 | static UnaryOperator* mkReference(Expr* e, QualType t) |
| 88 | { |
| 89 | return mkUnaryOperator(e, UO_AddrOf, t); |
| 90 | } |
| 91 | //----------------------------------------------------------------------------- |
| 92 | |
| 93 | UnaryOperator* Ref(const Expr* e) |
no test coverage detected