ASTNode.td 120 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #ifndef AST_NODE_TD #define AST_NODE_TD class HasProperties; class ASTNode : HasProperties; class AttrSubject; #endif