Home
last modified time | relevance | path

Searched refs:InterfaceDecl (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h195 class InterfaceDecl : public MultiDecl<ir::TSInterfaceDeclaration> {
197 …explicit InterfaceDecl(ArenaAllocator *allocator, util::StringView name) : MultiDecl(allocator, na… in InterfaceDecl() function
DvariableFlags.h34 _(INTERFACE, InterfaceDecl) \
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp452 binder::InterfaceDecl *decl = type->Variable()->Declaration()->AsInterfaceDecl(); in GetBaseTypes()
514 binder::InterfaceDecl *decl = type->Variable()->Declaration()->AsInterfaceDecl(); in ResolveDeclaredMembers()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp754 binder::InterfaceDecl *decl {}; in ParseTsInterfaceDeclaration()
757 decl = Binder()->AddTsDecl<binder::InterfaceDecl>(lexer_->GetToken().Start(), isDeclare, in ParseTsInterfaceDeclaration()