Home
last modified time | relevance | path

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

1234

/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-type-with-specieal-constructor-expected.txt5 "type": "ClassDeclaration",
189 "type": "ClassDeclaration",
Dtest-class-constructor16-expected.txt5 "type": "ClassDeclaration",
Dtest-class-definiton23-expected.txt147 "type": "ClassDeclaration",
400 "type": "ClassDeclaration",
670 "type": "ClassDeclaration",
923 "type": "ClassDeclaration",
Dtest-class-definiton25-expected.txt5 "type": "ClassDeclaration",
256 "type": "ClassDeclaration",
528 "type": "ClassDeclaration",
779 "type": "ClassDeclaration",
Dtest-class-method-overload4-expected.txt5 "type": "ClassDeclaration",
Dtest-ts-parameter-property-expected.txt5 "type": "ClassDeclaration",
832 "type": "ClassDeclaration",
970 "type": "ClassDeclaration",
1125 "type": "ClassDeclaration",
Dtest-class-definiton24-expected.txt24 "type": "ClassDeclaration",
417 "type": "ClassDeclaration",
Dtest_module_binder-expected.txt24 "type": "ClassDeclaration",
Dtest-class-definiton22-expected.txt47 "type": "ClassDeclaration",
308 "type": "ClassDeclaration",
Dtest-class-super-1-expected.txt5 "type": "ClassDeclaration",
253 "type": "ClassDeclaration",
Dtest-class-definiton26-expected.txt5 "type": "ClassDeclaration",
Dtest-class-property-1-expected.txt5 "type": "ClassDeclaration",
Dtest-lessThan-expression2-expected.txt5 "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);
DsyntaxCheckerForStrcitMode.ts183 function checkClassDeclaration(node: ts.ClassDeclaration): void {
253 case ts.SyntaxKind.ClassDeclaration:
254 checkClassDeclaration(<ts.ClassDeclaration>node);
/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts39 ClassDeclaration,
176 export function isViewPUBasedClass(classNode: ClassDeclaration): boolean {
262 export function getClassProperties(classNode: ClassDeclaration | ClassExpression | StructDeclaratio…
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dclass-declaration-is-expected.txt5 "type": "ClassDeclaration",
Dtest-class-async-method-expected.txt5 "type": "ClassDeclaration",
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenamePropertiesTransformer.ts42 ClassDeclaration,
249 …function getViewPUClassProperties(classNode: ClassDeclaration | ClassExpression | StructDeclaratio…
/arkcompiler/ets_frontend/es2panda/test/parser/ts/cases/declaration/
Dtest-export-named-declaration-expected.txt7 "type": "ClassDeclaration",
/arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases/
Dtest-class-constructor3-transformed-expected.txt5 "type": "ClassDeclaration",
127 "type": "ClassDeclaration",

1234