Home
last modified time | relevance | path

Searched refs:Extends (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsInterfaceDeclaration.h133 ArenaVector<TSInterfaceHeritage *> &Extends() in Extends() function in ark::es2panda::ark::es2panda::ir::TSInterfaceDeclaration
138 const ArenaVector<TSInterfaceHeritage *> &Extends() const in Extends() function in ark::es2panda::ark::es2panda::ir::TSInterfaceDeclaration
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsInterfaceDeclaration.h75 const ArenaVector<TSInterfaceHeritage *> &Extends() const in Extends() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSInterfaceDeclaration
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dobject.cpp453 if (declaration->Extends().empty()) { in GetBaseTypes()
457 for (auto *extends : declaration->Extends()) { in GetBaseTypes()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dobject.cpp464 if (declaration->Extends().empty()) { in GetBaseTypes()
468 for (const auto *extends : declaration->Extends()) { in GetBaseTypes()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp552 CallNode(interfDecl->Extends()); in VisitTSInterfaceDeclaration()
1030 CallNode(interfaceDecl->Extends()); in VisitTSInterfaceDeclaration()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.cpp257 for (auto *extend : decl->Extends()) { in ResolveInterfaceDeclaration()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp163 for (auto *it : declNode->Extends()) { in GetInterfacesOfInterface()
290 LogTypeError("Extends constraint must be an object", param->Constraint()->Start()); in SetUpTypeParameterConstraint()

Completed in 9 milliseconds