Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/visitor/
H A DAstVisitor.h32 #define DECLARE_AST_NODE_CHECK_METHOD(_, __, nodeType, ___) class nodeType; macro
34 #undef DECLARE_AST_NODE_CHECK_METHOD macro
53 #define DECLARE_AST_NODE_CHECK_METHOD(nodeType1, nodeType2, baseClass, reinterpretClass) \ macro
57 #undef DECLARE_AST_NODE_CHECK_METHOD macro
H A DIterateAstVisitor.h60 #define DECLARE_AST_NODE_CHECK_METHOD(nodeType1, nodeType2, baseClass, reinterpretClass) \ macro
64 #undef DECLARE_AST_NODE_CHECK_METHOD macro
/arkcompiler/ets_frontend/ets2panda/checker/
H A DSemanticAnalyzer.h184 #define DECLARE_AST_NODE_CHECK_METHOD(_, nodeType) virtual checker::Type *Check(ir::nodeType *node) const = 0; macro
186 #undef DECLARE_AST_NODE_CHECK_METHOD macro
189 #define DECLARE_AST_NODE_CHECK_METHOD(_, __, nodeType, ___) virtual checker::Type *Check(ir::nodeType *node) const = 0; macro
191 #undef DECLARE_AST_NODE_CHECK_METHOD macro

Completed in 1 milliseconds