Searched refs:MultiDecl (Results 1 – 1 of 1) sorted by relevance
138 class MultiDecl : public Decl {140 explicit MultiDecl(ArenaAllocator *allocator, util::StringView name) in MultiDecl() function159 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()