Searched defs:___ (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.h | 32 #define DECLARE_ETSCOMPILER_COMPILE_METHOD(_, __, nodeType, ___) void Compile(const ir::nodeType *n… argument
|
| D | JSCompiler.h | 37 #define DECLARE_JSCOMPILER_COMPILE_METHOD(_, __, nodeType, ___) void Compile(const ir::nodeType *no… argument
|
| D | ASTCompiler.h | 186 #define DECLARE_AST_NODE_COMPILE_METHOD(_, __, nodeType, ___) virtual void Compile(const ir::nodeTy… argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.h | 34 #define DECLARE_TSANALYZER_CHECK_METHOD(_, __, nodeType, ___) \ argument
|
| D | SemanticAnalyzer.h | 192 #define DECLARE_AST_NODE_CHECK_METHOD(_, __, nodeType, ___) virtual checker::Type *Check(ir::nodeTy… argument
|
| D | ETSAnalyzer.h | 35 #define DECLARE_ETSANALYZER_CHECK_METHOD(_, __, nodeType, ___) \ argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/visitor/ |
| D | AstVisitor.h | 33 #define DECLARE_AST_NODE_CHECK_METHOD(_, __, nodeType, ___) class nodeType; argument
|