Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h138 class MultiDecl : public Decl {
140 explicit MultiDecl(ArenaAllocator *allocator, util::StringView name) in MultiDecl() function
159 class EnumLiteralDecl : public MultiDecl<ir::TSEnumDeclaration> {
162 : MultiDecl(allocator, name), isExport_(isExport), isConst_(isConst) {} in EnumLiteralDecl()
195 class InterfaceDecl : public MultiDecl<ir::TSInterfaceDeclaration> {
197 …explicit InterfaceDecl(ArenaAllocator *allocator, util::StringView name) : MultiDecl(allocator, na… in InterfaceDecl()
255 class NamespaceDecl : public MultiDecl<ir::TSModuleDeclaration> {
258 : MultiDecl(allocator, name) in NamespaceDecl()
310 class FunctionDecl : public MultiDecl<ir::ScriptFunction> {
313 : MultiDecl(allocator, name) in FunctionDecl()