• Home
  • Raw
  • Download

Lines Matching defs:decl

170             ir::TSModuleDeclaration *decl = ParseTsModuleDeclaration(isDeclare);  in ParseStatement()  local
414 auto *decl = Binder()->AddDecl<binder::ImportEqualsDecl>(id->Start(), declflag, id->Name()); in ParseTsImportEqualsDeclaration() local
585 auto *decl = Binder()->AddDecl<binder::ClassDecl>(location, flag, className); in ParseClassDeclaration() local
614 …auto *decl = Binder()->AddTsDecl<binder::TypeAliasDecl>(lexer_->GetToken().Start(), tsBinding.View… in ParseTsTypeAliasDeclaration() local
664 binder::InterfaceDecl *decl {}; in ParseTsInterfaceDeclaration() local
1091 binder::FunctionDecl *decl {}; in ParseFunctionDeclaration() local
1926 binder::Decl *decl = nullptr; in ParseVariableDeclarator() local
2124 … auto *decl = Binder()->AddDecl<binder::ConstDecl>(startLoc, binder::DeclarationFlags::EXPORT, in AddExportStarEntryItem() local
2183 for (auto *decl : declarators) { in AddExportLocalEntryItem() local
2369 ir::Statement *decl = nullptr; in ParseNamedExportDeclaration() local
2540 …auto *decl = Binder()->AddDecl<binder::ConstDecl>(namespaceStart, binder::DeclarationFlags::NAMESP… in ParseNameSpaceImport() local
2599 …auto *decl = Binder()->AddDecl<binder::ConstDecl>(local->Start(), binder::DeclarationFlags::IMPORT, in ParseNamedImportSpecifiers() local
2662 auto *decl = Binder()->AddDecl<binder::ImportEqualsDecl>(local->Start(), in ParseImportDefaultSpecifier() local
2681 …auto *decl = Binder()->AddDecl<binder::ConstDecl>(local->Start(), binder::DeclarationFlags::IMPORT… in ParseImportDefaultSpecifier() local