Home
last modified time | relevance | path

Searched defs:classDecl (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2ets/src/
DASTTransformer.ts329 const classDecl = node.parent.parent; constant
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp199 for (auto *classDecl : globalRecordTable->ClassDefinitions()) { in GenAnnotation() local
233 for (auto *classDecl : recordTable->ClassDefinitions()) { in GenExternalRecord() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp218 void AliveAnalyzer::AnalyzeClassDecl(const ir::ClassDeclaration *classDecl) in AnalyzeClassDecl()
Ddynamic.cpp336 auto *classDecl = AllocNode<ir::ClassDeclaration>(classDef, Allocator()); in BuildClass() local
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp452 void TSDeclGen::GenClassDeclaration(const ir::ClassDeclaration *classDecl) in GenClassDeclaration()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp60 auto *classDecl = checker->AllocNode<ir::ClassDeclaration>(classDef, checker->Allocator()); in GetUnionFieldClass() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp201 void ScopesInitPhase::VisitClassDeclaration(ir::ClassDeclaration *classDecl) in VisitClassDeclaration()
924 auto *classDecl = program->GlobalClass()->Parent(); in AddGlobalToBinder() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp302 auto *classDecl = AllocNode<ir::ClassDeclaration>(classDefinition, Allocator()); in ParseClassDeclaration() local
DETSparser.cpp236 [[maybe_unused]] auto *classDecl = AllocNode<ir::ClassDeclaration>(classDef, Allocator()); in CreateGlobalClass() local
970 auto *classDecl = classDef->Parent()->AsClassDeclaration(); in ParseTopLevelDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp688 auto *classDecl = AllocNode<ir::ClassDeclaration>(classDefinition, std::move(decorators)); in ParseClassDeclaration() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1821 auto *classDecl = checker->Allocator()->New<varbinder::ClassDecl>(syntheticName); in CreateSyntheticType() local