• Home
  • Raw
  • Download

Lines Matching defs:decl

272     auto *decl =  in VisitExportAllDeclaration()  local
328 auto *decl = in VisitExportNamedDeclaration() local
441 …:BindVarDecl([[maybe_unused]] ir::Identifier *binding, ir::Expression *init, varbinder::Decl *decl, in BindVarDecl()
484 …auto *decl = AddOrGetDecl<varbinder::VarDecl>(VarBinder(), name, moduleDecl, moduleDecl->Name()->S… in VisitTSModuleDeclaration() local
503 auto *decl = VarBinder()->AddTsDecl<varbinder::TypeAliasDecl>(id->Start(), tsBinding.View()); in VisitTSTypeAliasDeclaration() local
522 varbinder::InterfaceDecl *decl {}; in VisitTSInterfaceDeclaration() local
565 … auto *decl = AddOrGetDecl<varbinder::EnumDecl>(VarBinder(), name, enumMember, key->Start(), name); in VisitTSEnumMember() local
575 varbinder::EnumLiteralDecl *decl {}; in VisitTSEnumDeclaration() local
598 …auto decl = AddOrGetDecl<varbinder::TypeParameterDecl>(VarBinder(), name, typeParam, typeParam->St… in VisitTSTypeParameter() local
655 varbinder::FunctionDecl *decl {}; in CreateFuncDecl() local
762 …itScopesPhaseETS::BindVarDecl(ir::Identifier *binding, ir::Expression *init, varbinder::Decl *decl, in BindVarDecl()
1023 …auto *decl = AddOrGetDecl<varbinder::InterfaceDecl>(VarBinder(), name, interfaceDecl, interfaceDec… in VisitTSInterfaceDeclaration() local
1036 …auto *decl = AddOrGetDecl<varbinder::EnumLiteralDecl>(VarBinder(), name, enumDecl, enumDecl->Start… in VisitTSEnumDeclaration() local
1069 for (auto decl : script->Statements()) { in HandleETSScript() local
1080 for (auto decl : script->Statements()) { in HandleETSScript() local
1207 …auto decl = AddOrGetDecl<varbinder::LabelDecl>(VarBinder(), label->Name(), stmt, label->Start(), l… in AttachLabelToScope() local
1220 for (auto decl : global->Body()) { in ParseGlobalClass() local