Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h105 #define DECLARE_CLASSES(nodeType, className) class className; macro
109 #define DECLARE_CLASSES(nodeType1, nodeType2, baseClass, reinterpretClass) class baseClass; macro
110 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.h35 #define DECLARE_CLASSES(type, className) class className; macro