• Home
  • Raw
  • Download

Lines Matching defs:decl

321     auto *decl =  in VisitExportAllDeclaration()  local
377 auto *decl = in VisitExportNamedDeclaration() local
506 …:BindVarDecl([[maybe_unused]] ir::Identifier *binding, ir::Expression *init, varbinder::Decl *decl, in BindVarDecl()
572 …auto *decl = AddOrGetDecl<varbinder::VarDecl>(VarBinder(), name, moduleDecl, moduleDecl->Name()->S… in VisitTSModuleDeclaration() local
592 auto *decl = VarBinder()->AddTsDecl<varbinder::TypeAliasDecl>(id->Start(), tsBinding.View()); in VisitTSTypeAliasDeclaration() local
611 varbinder::InterfaceDecl *decl {}; in VisitTSInterfaceDeclaration() local
661 …if (auto *decl = AddOrGetDecl<varbinder::EnumDecl>(VarBinder(), name, enumMember, key->Start(), na… in VisitTSEnumMember() local
671 varbinder::EnumLiteralDecl *decl {}; in VisitTSEnumDeclaration() local
695 …if (auto *decl = AddOrGetDecl<varbinder::TypeParameterDecl>(VarBinder(), name, typeParam, typePara… in VisitTSTypeParameter() local
754 varbinder::FunctionDecl *decl {}; in CreateFuncDecl() local
872 …itScopesPhaseETS::BindVarDecl(ir::Identifier *binding, ir::Expression *init, varbinder::Decl *decl, in BindVarDecl()
1081 varbinder::Decl *decl = nullptr; in VisitTSEnumMember() local
1167 …if (auto *decl = AddOrGetDecl<varbinder::InterfaceDecl>(VarBinder(), name, interfaceDecl, interfac… in VisitTSInterfaceDeclaration() local
1182 …if (auto *decl = AddOrGetDecl<varbinder::EnumLiteralDecl>(VarBinder(), name, enumDecl, enumDecl->K… in VisitTSEnumDeclaration() local
1234 for (auto decl : script->Statements()) { in HandleETSModule() local
1245 for (auto decl : script->Statements()) { in HandleETSModule() local
1360 …auto decl = AddOrGetDecl<varbinder::LabelDecl>(VarBinder(), label->Name(), stmt, label->Start(), l… in AttachLabelToScope() local
1378 for (auto decl : global->Body()) { in ParseGlobalClass() local