Searched refs:TypeAliasDecl (Results 1 – 3 of 3) sorted by relevance
245 class TypeAliasDecl : public Decl {247 explicit TypeAliasDecl(util::StringView name) : Decl(name) {} in TypeAliasDecl() function
32 _(TYPE_ALIAS, TypeAliasDecl) \
703 …auto *decl = Binder()->AddTsDecl<binder::TypeAliasDecl>(lexer_->GetToken().Start(), isDeclare, tsB… in ParseTsTypeAliasDeclaration()2766 return Binder()->AddTsDecl<binder::TypeAliasDecl>(startPos, flag, false, tsBinding.View()); in AddImportDecl()