Searched defs:DECLARE_CLASSES (Results 1 - 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/visitor/ |
| H A D | AstVisitor.h | 26 #define DECLARE_CLASSES(nodeType, className) class className; macro 30 #undef DECLARE_CLASSES macro 43 #define DECLARE_CLASSES(nodeType, className) \ macro 59 #undef DECLARE_CLASSES macro
|
| H A D | IterateAstVisitor.h | 51 #define DECLARE_CLASSES(nodeType, className) \ macro 66 #undef DECLARE_CLASSES macro
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astNode.h | 74 #define DECLARE_CLASSES(nodeType, className) class className; macro 76 #undef DECLARE_CLASSES macro 79 #define DECLARE_CLASSES(nodeType1, nodeType2, baseClass, reinterpretClass) class baseClass; macro 81 #undef DECLARE_CLASSES macro
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | variable.h | 42 #define DECLARE_CLASSES(type, className) class className; macro 44 #undef DECLARE_CLASSES macro
|
| H A D | declaration.h | 36 #define DECLARE_CLASSES(decl_kind, className) class className; macro 38 #undef DECLARE_CLASSES macro
|
| H A D | scope.h | 39 #define DECLARE_CLASSES(type, className) class className; macro 41 #undef DECLARE_CLASSES macro
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | variable.h | 42 #define DECLARE_CLASSES(type, className) class className; macro 44 #undef DECLARE_CLASSES macro
|
| H A D | declaration.h | 38 #define DECLARE_CLASSES(decl_kind, className) class className; macro 40 #undef DECLARE_CLASSES macro
|
| H A D | scope.h | 44 #define DECLARE_CLASSES(type, className) class className; macro 46 #undef DECLARE_CLASSES macro
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astNode.h | 110 #define DECLARE_CLASSES(nodeType, className) class className; macro 112 #undef DECLARE_CLASSES macro 114 #define DECLARE_CLASSES(nodeType1, nodeType2, baseClass, reinterpretClass) class baseClass; macro 116 #undef DECLARE_CLASSES macro
|
Completed in 9 milliseconds