| DestructorNode(const Span& span_) |
| DestructorNode(const Span& span_, Specifiers specifiers_, Attributes* attributes_) |
| void | Accept(Visitor& visitor) override |
| IdentifierNode* | ClassId() |
| Node* | Clone(CloneContext& cloneContext) const override |
| void | Read(AstReader& reader) override |
| void | SetClassId(IdentifierNode* classId_) |
| void | Write(AstWriter& writer) override |
| std::unique_ptr<IdentifierNode> | classId |