Home
last modified time | relevance | path

Searched refs:ClassDeclaration (Results 1 – 25 of 1020) sorted by relevance

12345678910>>...41

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DclassDeclaration.cpp25 void ClassDeclaration::TransformChildren(const NodeTransformer &cb) in TransformChildren()
34 void ClassDeclaration::Iterate(const NodeTraverser &cb) const in Iterate()
43 void ClassDeclaration::Dump(ir::AstDumper *dumper) const in Dump()
48 void ClassDeclaration::Dump(ir::SrcDumper *dumper) const in Dump()
57 void ClassDeclaration::Compile(compiler::PandaGen *pg) const in Compile()
62 void ClassDeclaration::Compile(compiler::ETSGen *etsg) const in Compile()
67 checker::Type *ClassDeclaration::Check(checker::TSChecker *checker) in Check()
72 checker::Type *ClassDeclaration::Check(checker::ETSChecker *checker) in Check()
DclassDeclaration.h22 class ClassDeclaration : public Statement {
24 explicit ClassDeclaration(ClassDefinition *def, ArenaAllocator *allocator) in ClassDeclaration() function
/arkcompiler/ets_frontend/es2panda/ir/statements/
DclassDeclaration.cpp28 void ClassDeclaration::Iterate(const NodeTraverser &cb) const in Iterate()
37 void ClassDeclaration::Dump(ir::AstDumper *dumper) const in Dump()
42 void ClassDeclaration::Compile(compiler::PandaGen *pg) const in Compile()
56 checker::Type *ClassDeclaration::Check([[maybe_unused]] checker::Checker *checker) const in Check()
61 void ClassDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf()
DclassDeclaration.h32 class ClassDeclaration : public Statement {
34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration() function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-modifier-keywords-2-expected.txt5 "type": "ClassDeclaration",
116 "type": "ClassDeclaration",
253 "type": "ClassDeclaration",
377 "type": "ClassDeclaration",
501 "type": "ClassDeclaration",
Dtest-class-constructor7-expected.txt5 "type": "ClassDeclaration",
127 "type": "ClassDeclaration",
Dtest-ts-private-class-element-12-expected.txt5 "type": "ClassDeclaration",
189 "type": "ClassDeclaration",
485 "type": "ClassDeclaration",
656 "type": "ClassDeclaration",
827 "type": "ClassDeclaration",
998 "type": "ClassDeclaration",
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dclasses-expected.txt5 "type": "ClassDeclaration",
142 "type": "ClassDeclaration",
279 "type": "ClassDeclaration",
416 "type": "ClassDeclaration",
593 "type": "ClassDeclaration",
Dinheritance-cyclic-expected.txt5 "type": "ClassDeclaration",
182 "type": "ClassDeclaration",
359 "type": "ClassDeclaration",
536 "type": "ClassDeclaration",
713 "type": "ClassDeclaration",
Dconstructor_super_call3-expected.txt5 "type": "ClassDeclaration",
143 "type": "ClassDeclaration",
363 "type": "ClassDeclaration",
Dlaunch_super_ctor-expected.txt5 "type": "ClassDeclaration",
142 "type": "ClassDeclaration",
375 "type": "ClassDeclaration",
Ddeclare_namespace-expected.txt5 "type": "ClassDeclaration",
142 "type": "ClassDeclaration",
Dinheritance-expected.txt231 "type": "ClassDeclaration",
368 "type": "ClassDeclaration",
654 "type": "ClassDeclaration",
831 "type": "ClassDeclaration",
1063 "type": "ClassDeclaration",
1240 "type": "ClassDeclaration",
Dempty_class-expected.txt145 "type": "ClassDeclaration",
282 "type": "ClassDeclaration",
Dfinal_empty_class-expected.txt145 "type": "ClassDeclaration",
282 "type": "ClassDeclaration",
Dconstructor_super_call2-expected.txt5 "type": "ClassDeclaration",
185 "type": "ClassDeclaration",
405 "type": "ClassDeclaration",
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
DinvalidInheritance2-expected.txt5 "type": "ClassDeclaration",
205 "type": "ClassDeclaration",
382 "type": "ClassDeclaration",
443 "type": "ClassDeclaration",
696 "type": "ClassDeclaration",
DstaticInitializerInInnerClass-expected.txt5 "type": "ClassDeclaration",
26 "type": "ClassDeclaration",
235 "type": "ClassDeclaration",
632 "type": "ClassDeclaration",
DidentifierReference7-expected.txt5 "type": "ClassDeclaration",
219 "type": "ClassDeclaration",
303 "type": "ClassDeclaration",
775 "type": "ClassDeclaration",
/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts40 ClassDeclaration,
184 export function isViewPUBasedClass(classNode: ClassDeclaration): boolean {
270 export function getClassProperties(classNode: ClassDeclaration | ClassExpression | StructDeclaratio…
282 function traverseMembersOfClass(classNode: ClassDeclaration | ClassExpression | StructDeclaration, …
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/import_tests/modules/
Dclass_default_module-expected.txt5 "type": "ClassDeclaration",
142 "type": "ClassDeclaration",
Dtest_lib1-expected.txt5 "type": "ClassDeclaration",
142 "type": "ClassDeclaration",
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/import_tests/subsequent_relative_imports/folder3/
Dfile3-expected.txt5 "type": "ClassDeclaration",
142 "type": "ClassDeclaration",
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/import_tests/duplicated/
Dclassdef-expected.txt5 "type": "ClassDeclaration",
142 "type": "ClassDeclaration",
/arkcompiler/ets_frontend/ts2panda/src/
DtypeChecker.ts135 let classDeclNode = <ts.ClassDeclaration>typeDeclNode;
181 case ts.SyntaxKind.ClassDeclaration:
372 public formatClassDeclaration(classDeclNode: ts.ClassDeclaration): void {
426 case ts.SyntaxKind.ClassDeclaration:
429 let classDeclNode = <ts.ClassDeclaration>ts.getOriginalNode(node);

12345678910>>...41