• Home
  • Raw
  • Download

Lines Matching defs:decl

235             ir::TSModuleDeclaration *decl = ParseTsModuleDeclaration(isDeclare);  in ParseStatement()  local
485 …auto *decl = Binder()->AddDecl<binder::ImportEqualsDecl>(id->Start(), declflag, false, id->Name()); in ParseTsImportEqualsDeclaration() local
683 …auto *decl = Binder()->AddDecl<binder::ClassDecl>(location, flag, classDefinition->Declare(), clas… in ParseClassDeclaration() local
713 …auto *decl = Binder()->AddTsDecl<binder::TypeAliasDecl>(lexer_->GetToken().Start(), isDeclare, tsB… in ParseTsTypeAliasDeclaration() local
755 binder::InterfaceDecl *decl {}; in ParseTsInterfaceDeclaration() local
1222 binder::FunctionDecl *decl {}; in AddFunctionToBinder() local
2038 binder::Decl *decl = nullptr; in ParseVariableDeclarator() local
2323 … auto *decl = Binder()->AddDecl<binder::ConstDecl>(startLoc, binder::DeclarationFlags::EXPORT, in AddExportStarEntryItem() local
2383 for (auto *decl : declarators) { in AddExportLocalEntryItem() local
2640 ir::Statement *decl = nullptr; in ParseNamedExportDeclaration() local
2852 binder::Decl *decl = AddImportDecl(isType, local->Name(), namespaceStart, in ParseNameSpaceImport() local
2940 binder::Decl *decl = AddImportDecl(isTypeOfImportSpecifier, local->Name(), local->Start(), in ParseNamedImportSpecifiers() local
3003 …auto *decl = Binder()->AddDecl<binder::ImportEqualsDecl>(local->Start(), binder::DeclarationFlags:… in ParseImportDefaultSpecifier() local
3021 …binder::Decl *decl = AddImportDecl(isType, local->Name(), local->Start(), binder::DeclarationFlags… in ParseImportDefaultSpecifier() local