xref: /freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ASTNode.td (revision fd45b686f9d92f583366c75b22c04c7ee49709c0)
1#ifndef AST_NODE_TD
2#define AST_NODE_TD
3
4class HasProperties;
5class ASTNode : HasProperties;
6class AttrSubject;
7
8#endif
9