Searched defs:importDecl (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| H A D | savedBindingsCtx.cpp | 25 void ImportDeclarationContext::BindImportDecl(ir::ImportDeclaration *importDecl) in BindImportDecl() argument
|
| H A D | scopesInitPhase.cpp | 940 void InitScopesPhaseETS::VisitETSImportDeclaration(ir::ETSImportDeclaration *importDecl) in VisitETSImportDeclaration() argument
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | importExportAccessValid.cpp | 33 const auto importDecl = ast->AsETSImportDeclaration()->Specifiers(); in operator ()() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/ |
| H A D | dynamic_call_test.cpp | 91 auto importDecl = in AddDynImport() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| H A D | importExportDecls.cpp | 207 void ImportExportDecls::VisitETSImportDeclaration(ir::ETSImportDeclaration *importDecl) in VisitETSImportDeclaration() argument
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| H A D | ast_builder_test.cpp | 423 auto importDecl = in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | scope.cpp | 626 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | ETSAnalyzer.cpp | 1946 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 D | helpers.cpp | 1293 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