Home | History | Annotate | Download | only in AST

Lines Matching refs:BASE

1 //===-- DeclBase.h - Base Classes for representing declarations -*- C++ -*-===//
75 #define DECL(DERIVED, BASE) DERIVED,
77 #define DECL_RANGE(BASE, START, END) \
78 first##BASE = START, last##BASE = END,
79 #define LAST_DECL_RANGE(BASE, START, END) \
80 first##BASE = START, last##BASE = END
1007 /// DeclContext - This is used only as base class of specific decl types that