| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | classDeclaration.cpp | 28 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()
|
| D | classDeclaration.h | 32 class ClassDeclaration : public Statement { 34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration() function
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-modifier-keywords-2-expected.txt | 5 "type": "ClassDeclaration", 116 "type": "ClassDeclaration", 253 "type": "ClassDeclaration", 377 "type": "ClassDeclaration", 501 "type": "ClassDeclaration",
|
| D | test-class-constructor7-expected.txt | 5 "type": "ClassDeclaration", 127 "type": "ClassDeclaration",
|
| D | test-type-with-specieal-constructor-expected.txt | 5 "type": "ClassDeclaration", 189 "type": "ClassDeclaration",
|
| D | test-class-constructor16-expected.txt | 5 "type": "ClassDeclaration",
|
| D | test-class-definiton23-expected.txt | 147 "type": "ClassDeclaration", 400 "type": "ClassDeclaration", 670 "type": "ClassDeclaration", 923 "type": "ClassDeclaration",
|
| D | test-class-definiton25-expected.txt | 5 "type": "ClassDeclaration", 256 "type": "ClassDeclaration", 528 "type": "ClassDeclaration", 779 "type": "ClassDeclaration",
|
| D | test-class-method-overload4-expected.txt | 5 "type": "ClassDeclaration",
|
| D | test-ts-parameter-property-expected.txt | 5 "type": "ClassDeclaration", 832 "type": "ClassDeclaration", 970 "type": "ClassDeclaration", 1125 "type": "ClassDeclaration",
|
| D | test-class-definiton24-expected.txt | 24 "type": "ClassDeclaration", 417 "type": "ClassDeclaration",
|
| D | test_module_binder-expected.txt | 24 "type": "ClassDeclaration",
|
| D | test-class-definiton22-expected.txt | 47 "type": "ClassDeclaration", 308 "type": "ClassDeclaration",
|
| D | test-class-super-1-expected.txt | 5 "type": "ClassDeclaration", 253 "type": "ClassDeclaration",
|
| D | test-class-definiton26-expected.txt | 5 "type": "ClassDeclaration",
|
| D | test-class-property-1-expected.txt | 5 "type": "ClassDeclaration",
|
| D | test-lessThan-expression2-expected.txt | 5 "type": "ClassDeclaration",
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | typeChecker.ts | 135 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);
|
| D | syntaxCheckerForStrcitMode.ts | 183 function checkClassDeclaration(node: ts.ClassDeclaration): void { 253 case ts.SyntaxKind.ClassDeclaration: 254 checkClassDeclaration(<ts.ClassDeclaration>node);
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | OhsUtil.ts | 39 ClassDeclaration, 176 export function isViewPUBasedClass(classNode: ClassDeclaration): boolean { 262 export function getClassProperties(classNode: ClassDeclaration | ClassExpression | StructDeclaratio…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | class-declaration-is-expected.txt | 5 "type": "ClassDeclaration",
|
| D | test-class-async-method-expected.txt | 5 "type": "ClassDeclaration",
|
| /arkcompiler/ets_frontend/arkguard/src/transformers/rename/ |
| D | RenamePropertiesTransformer.ts | 42 ClassDeclaration, 249 …function getViewPUClassProperties(classNode: ClassDeclaration | ClassExpression | StructDeclaratio…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/cases/declaration/ |
| D | test-export-named-declaration-expected.txt | 7 "type": "ClassDeclaration",
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/transformed_cases/ |
| D | test-class-constructor3-transformed-expected.txt | 5 "type": "ClassDeclaration", 127 "type": "ClassDeclaration",
|