Home
last modified time | relevance | path

Searched defs:DECLARE_AST_NODE_COMPILE_METHOD (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DASTCompiler.h182 #define DECLARE_AST_NODE_COMPILE_METHOD(_, nodeType) virtual void Compile(const ir::nodeType *node) const = 0; macro
184 #undef DECLARE_AST_NODE_COMPILE_METHOD macro
187 #define DECLARE_AST_NODE_COMPILE_METHOD(_, __, nodeType, ___) virtual void Compile(const ir::nodeType *node) const = 0; macro
189 #undef DECLARE_AST_NODE_COMPILE_METHOD macro

Completed in 1 milliseconds