| 176 | //----------------------------------------------------------------------------- |
| 177 | |
| 178 | CXXStaticCastExpr* Cast(const Expr* toExpr, QualType toType) |
| 179 | { |
| 180 | return StaticCast(toType, const_cast<Expr*>(toExpr), false); |
| 181 | } |
| 182 | //----------------------------------------------------------------------------- |
| 183 | |
| 184 | QualType Ptr(QualType srcType) |
no test coverage detected