| 619 | align_ = align; |
| 620 | } |
| 621 | int Offset() const { return offset_; } |
| 622 | void SetOffset(int offset) { offset_ = offset; } |
| 623 | Declaration* Decl() { return decl_; } |
| 624 | void SetDecl(Declaration* decl) { decl_ = decl; } |
no outgoing calls
no test coverage detected