Searched defs:DECLARE_CLASSES (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/visitor/ |
| D | AstVisitor.h | 26 #define DECLARE_CLASSES(nodeType, className) class className; macro 43 #define DECLARE_CLASSES(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() macro
|
| D | IterateAstVisitor.h | 49 #define DECLARE_CLASSES(nodeType, className) \ macro
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variable.h | 42 #define DECLARE_CLASSES(type, className) class className; macro 43 VARIABLE_TYPES(DECLARE_CLASSES) in VARIABLE_TYPES() argument
|
| D | declaration.h | 36 #define DECLARE_CLASSES(decl_kind, className) class className; macro 37 DECLARATION_KINDS(DECLARE_CLASSES) in DECLARATION_KINDS() argument
|
| D | scope.h | 39 #define DECLARE_CLASSES(type, className) class className; macro
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNode.h | 74 #define DECLARE_CLASSES(nodeType, className) class className; macro 79 #define DECLARE_CLASSES(nodeType1, nodeType2, baseClass, reinterpretClass) class baseClass; macro 80 AST_NODE_REINTERPRET_MAPPING(DECLARE_CLASSES) in AST_NODE_REINTERPRET_MAPPING() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNode.h | 110 #define DECLARE_CLASSES(nodeType, className) class className; macro 114 #define DECLARE_CLASSES(nodeType1, nodeType2, baseClass, reinterpretClass) class baseClass; macro 115 AST_NODE_REINTERPRET_MAPPING(DECLARE_CLASSES) in AST_NODE_REINTERPRET_MAPPING() argument
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variable.h | 42 #define DECLARE_CLASSES(type, className) class className; macro 43 VARIABLE_TYPES(DECLARE_CLASSES) in VARIABLE_TYPES() argument
|
| D | declaration.h | 38 #define DECLARE_CLASSES(decl_kind, className) class className; macro 39 DECLARATION_KINDS(DECLARE_CLASSES) in DECLARATION_KINDS() argument
|
| D | scope.h | 44 #define DECLARE_CLASSES(type, className) class className; macro
|