Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/program/
DentityNameVisitor.cpp44 void EntityNameVisitor::VisitTSInterfaceDeclaration(ir::TSInterfaceDeclaration *interfaceDecl) in VisitTSInterfaceDeclaration()
/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.cpp45 BoundContext::BoundContext(RecordTable *recordTable, ir::TSInterfaceDeclaration *interfaceDecl, boo… in BoundContext()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp216 for (auto *interfaceDecl : globalRecordTable->InterfaceDeclarations()) { in GenAnnotation() local
263 for (auto *interfaceDecl : recordTable->InterfaceDeclarations()) { in GenExternalRecord() local
400 void ETSEmitter::GenInterfaceRecord(const ir::TSInterfaceDeclaration *interfaceDecl, bool external) in GenInterfaceRecord()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp164 Type *ETSChecker::HandlePartialInterface(ir::TSInterfaceDeclaration *interfaceDecl, bool isClassDec… in HandlePartialInterface()
525 void ETSChecker::ConvertGetterAndSetterToProperty(ir::TSInterfaceDeclaration *interfaceDecl, in ConvertGetterAndSetterToProperty()
633 Type *ETSChecker::CreatePartialTypeInterfaceDecl(ir::TSInterfaceDeclaration *const interfaceDecl, in CreatePartialTypeInterfaceDecl()
Dobject.cpp342 ETSObjectType *ETSChecker::BuildBasicInterfaceProperties(ir::TSInterfaceDeclaration *interfaceDecl) in BuildBasicInterfaceProperties()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp193 void ImportExportDecls::VisitTSInterfaceDeclaration(ir::TSInterfaceDeclaration *interfaceDecl) in VisitTSInterfaceDeclaration()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp492 void TSDeclGen::GenInterfaceDeclaration(const ir::TSInterfaceDeclaration *interfaceDecl) in GenInterfaceDeclaration()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserClasses.cpp712 auto *interfaceDecl = AllocNode<ir::TSInterfaceDeclaration>( in ParseInterfaceBody() local
DTypedParser.cpp488 auto *interfaceDecl = AllocNode<ir::TSInterfaceDeclaration>( in ParseInterfaceDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp1060 void InitScopesPhaseETS::VisitTSInterfaceDeclaration(ir::TSInterfaceDeclaration *interfaceDecl) in VisitTSInterfaceDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp811 auto *interfaceDecl = in ParseTsInterfaceDeclaration() local