| 282 | static ArrayType* New(int len, QualType eleType); |
| 283 | static ArrayType* New(Expr* expr, QualType eleType); |
| 284 | virtual ~ArrayType() { /*delete derived_;*/ } |
| 285 | |
| 286 | virtual ArrayType* ToArray() { return this; } |
| 287 | virtual const ArrayType* ToArray() const { return this; } |
nothing calls this directly
no outgoing calls
no test coverage detected