Home
last modified time | relevance | path

Searched defs:DECLARE_CLASSES (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/visitor/
DAstVisitor.h26 #define DECLARE_CLASSES(nodeType, className) class className; macro
43 #define DECLARE_CLASSES(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() macro
DIterateAstVisitor.h49 #define DECLARE_CLASSES(nodeType, className) \ macro
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvariable.h42 #define DECLARE_CLASSES(type, className) class className; macro
43 VARIABLE_TYPES(DECLARE_CLASSES) in VARIABLE_TYPES() argument
Ddeclaration.h36 #define DECLARE_CLASSES(decl_kind, className) class className; macro
37 DECLARATION_KINDS(DECLARE_CLASSES) in DECLARATION_KINDS() argument
Dscope.h39 #define DECLARE_CLASSES(type, className) class className; macro
/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.h74 #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/
DastNode.h110 #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/
Dvariable.h42 #define DECLARE_CLASSES(type, className) class className; macro
43 VARIABLE_TYPES(DECLARE_CLASSES) in VARIABLE_TYPES() argument
Ddeclaration.h38 #define DECLARE_CLASSES(decl_kind, className) class className; macro
39 DECLARATION_KINDS(DECLARE_CLASSES) in DECLARATION_KINDS() argument
Dscope.h44 #define DECLARE_CLASSES(type, className) class className; macro