Home
last modified time | relevance | path

Searched refs:DECLARE_CLASSES (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/visitor/
H A DAstVisitor.h26 #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 DIterateAstVisitor.h51 #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 DastNode.h110 #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 DastNode.h74 #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 Dvariable.h42 #define DECLARE_CLASSES(type, className) class className; macro
43 VARIABLE_TYPES(DECLARE_CLASSES)
44 #undef DECLARE_CLASSES macro
H A Ddeclaration.h36 #define DECLARE_CLASSES(decl_kind, className) class className; macro
37 DECLARATION_KINDS(DECLARE_CLASSES)
38 #undef DECLARE_CLASSES macro
H A Dscope.h39 #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 Dvariable.h42 #define DECLARE_CLASSES(type, className) class className; macro
43 VARIABLE_TYPES(DECLARE_CLASSES)
44 #undef DECLARE_CLASSES macro
H A Ddeclaration.h38 #define DECLARE_CLASSES(decl_kind, className) class className; macro
39 DECLARATION_KINDS(DECLARE_CLASSES)
40 #undef DECLARE_CLASSES macro
H A Dscope.h44 #define DECLARE_CLASSES(type, className) class className; macro
45 SCOPE_TYPES(DECLARE_CLASSES)
46 #undef DECLARE_CLASSES macro

Completed in 10 milliseconds