Searched refs:AstNode (Results 1 – 2 of 2) sorted by relevance
56 struct AstNode { struct57 AstNode() = default;58 virtual ~AstNode() = default;63 struct ClassElement : public AstNode {68 struct Expression : public AstNode {126 struct Statement : public AstNode {270 struct Case : public AstNode {
34 std::string AstNode::ToString() { in ToString()