Searched defs:importDecl (Results 1 – 7 of 7) sorted by relevance
25 void ImportDeclarationContext::BindImportDecl(ir::ImportDeclaration *importDecl) in BindImportDecl()
927 void InitScopesPhaseETS::VisitETSImportDeclaration(ir::ETSImportDeclaration *importDecl) in VisitETSImportDeclaration()
33 const auto importDecl = ast->AsETSImportDeclaration()->Specifiers(); in operator ()() local
91 auto importDecl = in AddDynImport() local
1245 std::pair<bool, util::StringView> FindSpecifierForModuleObject(ir::ETSImportDeclaration *importDecl, in FindSpecifierForModuleObject()1265 ir::ETSImportDeclaration *importDecl, in BindingsModuleObjectAddProperty()1312 ir::ETSImportDeclaration *importDecl) in SetPropertiesForModuleObject()2568 void ETSChecker::ImportNamespaceObjectTypeAddReExportType(ir::ETSImportDeclaration *importDecl, in ImportNamespaceObjectTypeAddReExportType()2586 ETSObjectType *ETSChecker::GetImportSpecifierObjectType(ir::ETSImportDeclaration *importDecl, ir::I… in GetImportSpecifierObjectType()
1685 auto *importDecl = st->Parent()->AsETSImportDeclaration(); in Check() local2373 auto importDecl = baseType->AsETSObjectType()->GetDeclNode()->Parent()->Parent(); in Check() local
626 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl()