Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.cpp39 BoundContext::BoundContext(RecordTable *recordTable, ir::TSInterfaceDeclaration *interfaceDecl) in BoundContext()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp203 for (auto *interfaceDecl : globalRecordTable->InterfaceDeclarations()) { in GenAnnotation() local
237 for (auto *interfaceDecl : recordTable->InterfaceDeclarations()) { in GenExternalRecord() local
398 void ETSEmitter::GenInterfaceRecord(const ir::TSInterfaceDeclaration *interfaceDecl, bool external) in GenInterfaceRecord()
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp427 void TSDeclGen::GenInterfaceDeclaration(const ir::TSInterfaceDeclaration *interfaceDecl) in GenInterfaceDeclaration()
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp464 auto *interfaceDecl = AllocNode<ir::TSInterfaceDeclaration>( in ParseInterfaceDeclaration() local
DETSparser.cpp1949 auto *interfaceDecl = AllocNode<ir::TSInterfaceDeclaration>( in ParseInterfaceBody() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp878 void InitScopesPhaseETS::VisitTSInterfaceDeclaration(ir::TSInterfaceDeclaration *interfaceDecl) in VisitTSInterfaceDeclaration()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp290 ETSObjectType *ETSChecker::BuildInterfaceProperties(ir::TSInterfaceDeclaration *interfaceDecl) in BuildInterfaceProperties()
Dfunction.cpp1403 auto *interfaceDecl = Allocator()->New<ir::TSInterfaceDeclaration>( in CreateFunctionalInterfaceForFunctionType() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp786 auto *interfaceDecl = in ParseTsInterfaceDeclaration() local