Searched refs: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 28 AST_NODE_MAPPING(DECLARE_CLASSES) 30 #undef DECLARE_CLASSES macro 43 #define DECLARE_CLASSES(nodeType, className) \ macro 50 AST_NODE_MAPPING(DECLARE_CLASSES) 54 DECLARE_CLASSES(nodeType1, baseClass) 59 #undef DECLARE_CLASSES macro
|
H A D | IterateAstVisitor.h | 51 #define DECLARE_CLASSES(nodeType, className) \ macro 57 AST_NODE_MAPPING(DECLARE_CLASSES) 61 DECLARE_CLASSES(nodeType1, baseClass); 66 #undef DECLARE_CLASSES macro
|
/arkcompiler/ets_frontend/es2panda/ir/ |
H A D | astNode.h | 110 #define DECLARE_CLASSES(nodeType, className) class className; macro 111 AST_NODE_MAPPING(DECLARE_CLASSES) 112 #undef DECLARE_CLASSES macro 114 #define DECLARE_CLASSES(nodeType1, nodeType2, baseClass, reinterpretClass) class baseClass; macro 115 AST_NODE_REINTERPRET_MAPPING(DECLARE_CLASSES) 116 #undef DECLARE_CLASSES macro
|
/arkcompiler/ets_frontend/ets2panda/ir/ |
H A D | astNode.h | 74 #define DECLARE_CLASSES(nodeType, className) class className; macro 75 AST_NODE_MAPPING(DECLARE_CLASSES) 76 #undef DECLARE_CLASSES macro 79 #define DECLARE_CLASSES(nodeType1, nodeType2, baseClass, reinterpretClass) class baseClass; macro 80 AST_NODE_REINTERPRET_MAPPING(DECLARE_CLASSES) 81 #undef DECLARE_CLASSES macro
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | variable.h | 42 #define DECLARE_CLASSES(type, className) class className; macro 43 VARIABLE_TYPES(DECLARE_CLASSES) 44 #undef DECLARE_CLASSES macro
|
H A D | declaration.h | 36 #define DECLARE_CLASSES(decl_kind, className) class className; macro 37 DECLARATION_KINDS(DECLARE_CLASSES) 38 #undef DECLARE_CLASSES macro
|
H A D | scope.h | 39 #define DECLARE_CLASSES(type, className) class className; macro 40 SCOPE_TYPES(DECLARE_CLASSES) 41 #undef DECLARE_CLASSES macro
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | variable.h | 42 #define DECLARE_CLASSES(type, className) class className; macro 43 VARIABLE_TYPES(DECLARE_CLASSES) 44 #undef DECLARE_CLASSES macro
|
H A D | declaration.h | 38 #define DECLARE_CLASSES(decl_kind, className) class className; macro 39 DECLARATION_KINDS(DECLARE_CLASSES) 40 #undef DECLARE_CLASSES macro
|
H A D | scope.h | 44 #define DECLARE_CLASSES(type, className) class className; macro 45 SCOPE_TYPES(DECLARE_CLASSES) 46 #undef DECLARE_CLASSES macro
|
Completed in 10 milliseconds