Lines Matching refs:BASE
70 #define DECL(DERIVED, BASE) \
82 #define DECL(DERIVED, BASE) \
84 DISPATCH(dispatch##BASE##Attrs, BASE); \
89 DISPATCH(dispatch##BASE##Children, BASE); \
94 DISPATCH(dispatch##BASE##AsContext, BASE); \
125 #define TYPE(DERIVED, BASE) \
131 #define ABSTRACT_TYPE(DERIVED, BASE)
136 #define TYPE(DERIVED, BASE) \
138 DISPATCH(dispatch##BASE##Attrs, BASE); \
143 DISPATCH(dispatch##BASE##Children, BASE); \
164 #define TYPE(DERIVED, BASE) case Type::DERIVED: return #DERIVED "Type";
165 #define ABSTRACT_TYPE(DERIVED, BASE)
593 base");