Searched defs:InterfaceDecl (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | declaration.h | 167 class InterfaceDecl : public MultiDecl<ir::TSInterfaceDeclaration> { class 169 explicit InterfaceDecl(ArenaAllocator *allocator, util::StringView name) : MultiDecl(allocator, name) {} in InterfaceDecl() function in ark::es2panda::ark::es2panda::varbinder::InterfaceDecl 170 explicit InterfaceDecl(ArenaAllocator *allocator, util::StringView name, ir::AstNode *declNode) in InterfaceDecl() function in ark::es2panda::ark::es2panda::varbinder::InterfaceDecl |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | declaration.h | 201 class InterfaceDecl : public MultiDecl<ir::TSInterfaceDeclaration> { class 203 explicit InterfaceDecl(ArenaAllocator *allocator, util::StringView name) : MultiDecl(allocator, name) {} in InterfaceDecl() function in panda::es2panda::panda::es2panda::binder::InterfaceDecl |
Completed in 2 milliseconds