aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/clang14/include/clang/Basic/ASTNode.td
blob: 61ccc21d48810db868dc414d8f3e282d34b2d0e2 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef AST_NODE_TD
#define AST_NODE_TD

class HasProperties;
class ASTNode : HasProperties;
class AttrSubject;

#endif