Searched defs:TSInterfaceDeclaration (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsInterfaceDeclaration.h | 42 class TSInterfaceDeclaration : public Statement { class 44 explicit TSInterfaceDeclaration(binder::LocalScope *scope, Identifier *id, TSTypeParameterDeclaration *typeParams, in TSInterfaceDeclaration() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSInterfaceDeclaration |
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| H A D | tsInterfaceDeclaration.h | 32 class TSInterfaceDeclaration : public TypedStatement { class 45 explicit TSInterfaceDeclaration(ArenaAllocator *allocator, ArenaVector<TSInterfaceHeritage *> &&extends, in TSInterfaceDeclaration() function in ark::es2panda::ark::es2panda::ir::TSInterfaceDeclaration |
Completed in 1 milliseconds