/arkcompiler/ets_frontend/ets2panda/ir/visitor/ |
D | AstVisitor.h | 26 #define DECLARE_CLASSES(nodeType, className) class className; argument 32 #define DECLARE_AST_NODE_CHECK_METHOD(_, __, nodeType, ___) class nodeType; argument 43 #define DECLARE_CLASSES(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
|
D | IterateAstVisitor.h | 47 #define DECLARE_CLASSES(nodeType, className) \ argument
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | ETSCompiler.h | 27 #define DECLARE_ETSCOMPILER_COMPILE_METHOD(_, nodeType) void Compile(const ir::nodeType *node) cons… argument 32 #define DECLARE_ETSCOMPILER_COMPILE_METHOD(_, __, nodeType, ___) void Compile(const ir::nodeType *n… argument
|
D | JSCompiler.h | 32 #define DECLARE_JSCOMPILER_COMPILE_METHOD(_, nodeType) void Compile(const ir::nodeType *node) const… argument 37 #define DECLARE_JSCOMPILER_COMPILE_METHOD(_, __, nodeType, ___) void Compile(const ir::nodeType *no… argument
|
D | ASTCompiler.h | 181 #define DECLARE_AST_NODE_COMPILE_METHOD(_, nodeType) virtual void Compile(const ir::nodeType *node)… argument 186 #define DECLARE_AST_NODE_COMPILE_METHOD(_, __, nodeType, ___) virtual void Compile(const ir::nodeTy… argument
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
D | TSAnalyzer.h | 28 #define DECLARE_TSANALYZER_CHECK_METHOD(_, nodeType) checker::Type *Check(ir::nodeType *node) const… argument 33 #define DECLARE_TSANALYZER_CHECK_METHOD(_, __, nodeType, ___) \ argument
|
D | ETSAnalyzer.h | 28 #define DECLARE_ETSANALYZER_CHECK_METHOD(_, nodeType) checker::Type *Check(ir::nodeType *node) cons… argument 33 #define DECLARE_ETSANALYZER_CHECK_METHOD(_, __, nodeType, ___) \ argument
|
D | SemanticAnalyzer.h | 181 #define DECLARE_AST_NODE_CHECK_METHOD(_, nodeType) virtual checker::Type *Check(ir::nodeType *node)… argument 186 #define DECLARE_AST_NODE_CHECK_METHOD(_, __, nodeType, ___) virtual checker::Type *Check(ir::nodeTy… argument
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astNode.h | 47 #define DECLARE_NODE_TYPES(nodeType, className) nodeType, argument 109 #define DECLARE_CLASSES(nodeType, className) class className; argument 129 #define DECLARE_IS_CHECKS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument 159 #define DECLARE_AS_CASTS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | spreadElement.h | 35 …explicit SpreadElement(AstNodeType nodeType, Expression *argument) : Expression(nodeType), argumen… in SpreadElement()
|
/arkcompiler/ets_frontend/ets2panda/ir/ |
D | astNode.h | 58 #define DECLARE_NODE_TYPES(nodeType, className) nodeType, argument 83 #define DECLARE_CLASSES(nodeType, className) class className; argument 108 #define DECLARE_IS_CHECKS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument 145 #define DECLARE_AS_CASTS(nodeType, className) \ in AST_NODE_REINTERPRET_MAPPING() argument
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | objectExpression.h | 41 …explicit ObjectExpression(AstNodeType nodeType, ArenaVector<Expression *> &&properties, bool trail… in ObjectExpression()
|
D | arrayExpression.h | 36 …explicit ArrayExpression(AstNodeType nodeType, ArenaVector<Expression *> &&elements, bool trailing… in ArrayExpression()
|
/arkcompiler/ets_frontend/ets2panda/ir/base/ |
D | spreadElement.h | 34 …explicit SpreadElement(AstNodeType const nodeType, ArenaAllocator *const allocator, Expression *co… in SpreadElement()
|
/arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
D | objectExpression.h | 41 …explicit ObjectExpression(AstNodeType nodeType, ArenaAllocator *allocator, ArenaVector<Expression … in ObjectExpression()
|
D | arrayExpression.h | 47 explicit ArrayExpression(AstNodeType nodeType, ArenaVector<Expression *> &&elements, in ArrayExpression()
|
/arkcompiler/ets_runtime/test/aottest/classstatic/ |
D | classstatic.ts | 293 public nodeType : number; property in Node
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
D | IrToPicture.js | 42 static nodeType(ir) { method in IrToPicture
|
/arkcompiler/ets_frontend/ets2panda/parser/ |
D | expressionParser.cpp | 206 auto nodeType = inPattern ? ir::AstNodeType::ARRAY_PATTERN : ir::AstNodeType::ARRAY_EXPRESSION; in ParseArrayExpression() local 2041 … auto nodeType = inPattern ? ir::AstNodeType::OBJECT_PATTERN : ir::AstNodeType::OBJECT_EXPRESSION; in ParseObjectExpression() local
|
D | parserImpl.cpp | 942 auto nodeType = inPattern ? ir::AstNodeType::REST_ELEMENT : ir::AstNodeType::SPREAD_ELEMENT; in ParseSpreadElement() local
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | expressionParser.cpp | 275 auto nodeType = inPattern ? ir::AstNodeType::ARRAY_PATTERN : ir::AstNodeType::ARRAY_EXPRESSION; in ParseArrayExpression() local 2294 … auto nodeType = inPattern ? ir::AstNodeType::OBJECT_PATTERN : ir::AstNodeType::OBJECT_EXPRESSION; in ParseObjectExpression() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | deps.h | 217 void SetType(NodeType nodeType) in SetType()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
D | lmir_builder.h | 97 Expr(BaseNode *baseNode, Type *nodeType) : node(baseNode), type(nodeType) {} in Expr()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.cpp | 603 NodeType nodeType = NodeType::DEFAULT; in GenerateNodeType() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
D | helpers.cpp | 1678 const ir::AstNode *ETSChecker::FindJumpTarget(ir::AstNodeType nodeType, const ir::AstNode *node, in FindJumpTarget()
|