• Home
  • Raw
  • Download

Lines Matching defs:decl

312     auto *decl =  in VisitExportAllDeclaration()  local
368 auto *decl = in VisitExportNamedDeclaration() local
482 …:BindVarDecl([[maybe_unused]] ir::Identifier *binding, ir::Expression *init, varbinder::Decl *decl, in BindVarDecl()
525 …auto *decl = AddOrGetDecl<varbinder::VarDecl>(VarBinder(), name, moduleDecl, moduleDecl->Name()->S… in VisitTSModuleDeclaration() local
544 auto *decl = VarBinder()->AddTsDecl<varbinder::TypeAliasDecl>(id->Start(), tsBinding.View()); in VisitTSTypeAliasDeclaration() local
563 varbinder::InterfaceDecl *decl {}; in VisitTSInterfaceDeclaration() local
610 … auto *decl = AddOrGetDecl<varbinder::EnumDecl>(VarBinder(), name, enumMember, key->Start(), name); in VisitTSEnumMember() local
620 varbinder::EnumLiteralDecl *decl {}; in VisitTSEnumDeclaration() local
643 …auto decl = AddOrGetDecl<varbinder::TypeParameterDecl>(VarBinder(), name, typeParam, typeParam->St… in VisitTSTypeParameter() local
700 varbinder::FunctionDecl *decl {}; in CreateFuncDecl() local
807 …itScopesPhaseETS::BindVarDecl(ir::Identifier *binding, ir::Expression *init, varbinder::Decl *decl, in BindVarDecl()
1071 …auto *decl = AddOrGetDecl<varbinder::InterfaceDecl>(VarBinder(), name, interfaceDecl, interfaceDec… in VisitTSInterfaceDeclaration() local
1084 …auto *decl = AddOrGetDecl<varbinder::EnumLiteralDecl>(VarBinder(), name, enumDecl, enumDecl->Start… in VisitTSEnumDeclaration() local
1117 for (auto decl : script->Statements()) { in HandleETSScript() local
1128 for (auto decl : script->Statements()) { in HandleETSScript() local
1250 …auto decl = AddOrGetDecl<varbinder::LabelDecl>(VarBinder(), label->Name(), stmt, label->Start(), l… in AttachLabelToScope() local
1263 for (auto decl : global->Body()) { in ParseGlobalClass() local