Searched defs:classDecl (Results 1 – 17 of 17) sorted by relevance
61 auto *classDecl = checker->AllocNode<ir::ClassDeclaration>(classDef, checker->Allocator()); in GetUnionFieldClass() local
211 auto *classDecl = checker->BuildClass(className.View(), classBodyBuilder); in GenerateAnonClassTypeFromInterface() local
190 auto *classDecl = checker_->AllocNode<ir::ClassDeclaration>(classDef, Allocator()); in CreateClass() local
112 void ImportExportDecls::VisitClassDeclaration(ir::ClassDeclaration *classDecl) in VisitClassDeclaration()
228 auto *classDecl = NodeAllocator::Alloc<ir::ClassDeclaration>(allocator_, classDef, allocator_); in CreateGlobalClass() local
217 void AliveAnalyzer::AnalyzeClassDecl(const ir::ClassDeclaration *classDecl) in AnalyzeClassDecl()
281 auto *const classDecl = AllocNode<ir::ClassDeclaration>(classDef, Allocator()); in CreateClassPrototype() local
369 auto *classDecl = AllocNode<ir::ClassDeclaration>(classDef, Allocator()); in BuildClass() local
428 void AssignAnalyzer::AnalyzeClassDecl(const ir::ClassDeclaration *classDecl) in AnalyzeClassDecl()
2559 auto *classDecl = Allocator()->New<varbinder::ClassDecl>(syntheticName); in CreateSyntheticType() local
211 for (auto *classDecl : globalRecordTable->ClassDefinitions()) { in GenAnnotation() local246 for (auto *classDecl : recordTable->ClassDefinitions()) { in GenExternalRecord() local
196 auto classDecl = ClassDeclarationBuilder(Allocator()).SetDefinition(classDef).Build(); in TEST_F() local220 auto classDecl = ClassDeclarationBuilder(Allocator()).SetDefinition(classDef).Build(); in TEST_F() local
521 void TSDeclGen::GenClassDeclaration(const ir::ClassDeclaration *classDecl) in GenClassDeclaration()
245 void ScopesInitPhase::VisitClassDeclaration(ir::ClassDeclaration *classDecl) in VisitClassDeclaration()1062 auto *classDecl = program->GlobalClass()->Parent(); in AddGlobalToBinder() local
486 auto *classDecl = checker->Allocator()->New<varbinder::ClassDecl>(syntheticName); in CreateSyntheticType() local
304 auto *classDecl = AllocNode<ir::ClassDeclaration>(classDefinition, Allocator()); in ParseClassDeclaration() local
698 auto *classDecl = AllocNode<ir::ClassDeclaration>(classDefinition, std::move(decorators)); in ParseClassDeclaration() local