| 599 | unsigned char bitFieldBegin = 0, |
| 600 | unsigned char bitFieldWidth = 0); |
| 601 | ~Object() {} |
| 602 | virtual void Accept(Visitor* v); |
| 603 | virtual Object* ToObject() { return this; } |
| 604 | virtual bool IsLVal() { |
nothing calls this directly
no outgoing calls
no test coverage detected