Home
last modified time | relevance | path

Searched defs:importDecl (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DsavedBindingsCtx.cpp25 void ImportDeclarationContext::BindImportDecl(ir::ImportDeclaration *importDecl) in BindImportDecl() argument
H A DscopesInitPhase.cpp940 void InitScopesPhaseETS::VisitETSImportDeclaration(ir::ETSImportDeclaration *importDecl) in VisitETSImportDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DimportExportAccessValid.cpp33 const auto importDecl = ast->AsETSImportDeclaration()->Specifiers(); in operator ()() local
/arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/
H A Ddynamic_call_test.cpp91 auto importDecl = in AddDynImport() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.cpp207 void ImportExportDecls::VisitETSImportDeclaration(ir::ETSImportDeclaration *importDecl) in VisitETSImportDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp423 auto importDecl = in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp626 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp1946 auto *importDecl = st->Parent()->AsETSImportDeclaration(); in Check() local
2681 auto importDecl = baseType->AsETSObjectType()->GetDeclNode()->Parent()->Parent(); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1293 std::pair<bool, util::StringView> FindSpecifierForModuleObject(ir::ETSImportDeclaration *importDecl, in FindSpecifierForModuleObject() argument
1312 BindingsModuleObjectAddProperty(checker::ETSObjectType *moduleObjType, ir::ETSImportDeclaration *importDecl, const varbinder::Scope::VariableMap &bindings) BindingsModuleObjectAddProperty() argument
1359 SetPropertiesForModuleObject(checker::ETSObjectType *moduleObjType, const util::StringView &importPath, ir::ETSImportDeclaration *importDecl) SetPropertiesForModuleObject() argument
2654 ImportNamespaceObjectTypeAddReExportType(ir::ETSImportDeclaration *importDecl, checker::ETSObjectType *lastObjectType, ir::Identifier *ident) ImportNamespaceObjectTypeAddReExportType() argument
2672 GetImportSpecifierObjectType(ir::ETSImportDeclaration *importDecl, ir::Identifier *ident) GetImportSpecifierObjectType() argument
[all...]

Completed in 14 milliseconds