Searched refs:InterfaceDecl (Results 1 – 4 of 4) sorted by relevance
195 class InterfaceDecl : public MultiDecl<ir::TSInterfaceDeclaration> {197 …explicit InterfaceDecl(ArenaAllocator *allocator, util::StringView name) : MultiDecl(allocator, na… in InterfaceDecl() function
34 _(INTERFACE, InterfaceDecl) \
452 binder::InterfaceDecl *decl = type->Variable()->Declaration()->AsInterfaceDecl(); in GetBaseTypes()514 binder::InterfaceDecl *decl = type->Variable()->Declaration()->AsInterfaceDecl(); in ResolveDeclaredMembers()
754 binder::InterfaceDecl *decl {}; in ParseTsInterfaceDeclaration()757 decl = Binder()->AddTsDecl<binder::InterfaceDecl>(lexer_->GetToken().Start(), isDeclare, in ParseTsInterfaceDeclaration()