Searched refs:ImportEqualsDecl (Results 1 – 3 of 3) sorted by relevance
347 class ImportEqualsDecl : public Decl {349 explicit ImportEqualsDecl(util::StringView name) : Decl(name) {} in ImportEqualsDecl() function
40 _(IMPORT_EQUALS, ImportEqualsDecl)
476 …auto *decl = Binder()->AddDecl<binder::ImportEqualsDecl>(id->Start(), declflag, false, id->Name()); in ParseTsImportEqualsDeclaration()2887 …auto *decl = Binder()->AddDecl<binder::ImportEqualsDecl>(local->Start(), binder::DeclarationFlags:… in ParseImportDefaultSpecifier()