| /arkcompiler/ets_frontend/ets2panda/parser/program/ |
| D | entityNameVisitor.cpp | 20 void EntityNameVisitor::VisitClassDeclaration(ir::ClassDeclaration *classDecl) in VisitClassDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| D | classBuilder.cpp | 63 auto *classDecl = checker_->AllocNode<ir::ClassDeclaration>(classDef, allocator); in Build() local
|
| D | debugInfoDeserializer.cpp | 83 auto *classDecl = CreateClassDeclaration(classDeclName, cda, GetSuperClass(cda), program); in CreateIrClass() local 98 auto *classDecl = ClassBuilder(checker, identName, cda, superClass).Build(program); in CreateClassDeclaration() local
|
| D | inheritanceResolution.cpp | 131 auto *classDecl = CreateClassDeclaration(name, *cda, superClass, program); in ResolveInheritanceChainImpl() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_builder_test.cpp | 214 auto classDecl = ClassDeclarationBuilder(Allocator()).SetDefinition(classDef).Build(); in TEST_F() local 240 auto classDecl = ClassDeclarationBuilder(Allocator()).SetDefinition(classDef).Build(); in TEST_F() local 429 auto classDecl = ClassDeclarationBuilder(Allocator()).SetDefinition(classDef).Build(); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | unionLowering.cpp | 61 auto *classDecl = checker->AllocNode<ir::ClassDeclaration>(classDef, checker->Allocator()); in GetUnionFieldClass() local
|
| D | interfaceObjectLiteralLowering.cpp | 203 auto *classDecl = checker->BuildClass(className.View(), classBodyBuilder); in GenerateAnonClassTypeFromInterface() local
|
| D | enumLowering.cpp | 148 auto *classDecl = checker_->AllocNode<ir::ClassDeclaration>(classDef, Allocator()); in CreateClass() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | aliveAnalyzer.cpp | 218 void AliveAnalyzer::AnalyzeClassDecl(const ir::ClassDeclaration *classDecl) in AnalyzeClassDecl()
|
| D | dynamic.cpp | 350 auto *classDecl = AllocNode<ir::ClassDeclaration>(classDef, Allocator()); in BuildClass() local
|
| D | assignAnalyzer.cpp | 430 void AssignAnalyzer::AnalyzeClassDecl(const ir::ClassDeclaration *classDecl) in AnalyzeClassDecl()
|
| D | utilityTypeHandlers.cpp | 718 auto *const classDecl = AllocNode<ir::ClassDeclaration>(classDef, Allocator()); in CreateClassPrototype() local
|
| D | helpers.cpp | 2596 auto *classDecl = Allocator()->New<varbinder::ClassDecl>(syntheticName); in CreateSyntheticType() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | importExportDecls.cpp | 183 void ImportExportDecls::VisitClassDeclaration(ir::ClassDeclaration *classDecl) in VisitClassDeclaration()
|
| D | globalClassHandler.cpp | 305 auto *classDecl = NodeAllocator::Alloc<ir::ClassDeclaration>(allocator_, classDef, allocator_); in CreateGlobalClass() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 212 for (auto *classDecl : globalRecordTable->ClassDefinitions()) { in GenAnnotation() local 259 for (auto *classDecl : recordTable->ClassDefinitions()) { in GenExternalRecord() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 526 void TSDeclGen::GenClassDeclaration(const ir::ClassDeclaration *classDecl) in GenClassDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 264 void ScopesInitPhase::VisitClassDeclaration(ir::ClassDeclaration *classDecl) in VisitClassDeclaration() 1110 auto *classDecl = program->GlobalClass()->Parent(); in AddGlobalToBinder() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 500 auto *classDecl = checker->Allocator()->New<varbinder::ClassDecl>(syntheticName); in CreateSyntheticType() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 988 …id Emitter::AddAnnotationRecord(const std::string &annoName, const ir::ClassDeclaration *classDecl) in AddAnnotationRecord()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementParser.cpp | 345 auto *classDecl = AllocNode<ir::ClassDeclaration>(classDefinition, Allocator()); in ParseClassDeclaration() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 712 …auto *classDecl = AllocNode<ir::ClassDeclaration>(classDefinition, std::move(decorators), std::mov… in ParseClassDeclaration() local
|