Home
last modified time | relevance | path

Searched defs:importDecl (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DsavedBindingsCtx.cpp25 void ImportDeclarationContext::BindImportDecl(ir::ImportDeclaration *importDecl) in BindImportDecl()
DscopesInitPhase.cpp805 void InitScopesPhaseETS::VisitETSImportDeclaration(ir::ETSImportDeclaration *importDecl) in VisitETSImportDeclaration()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp539 void ModuleScope::AddImportDecl(ir::ImportDeclaration *importDecl, ImportDeclList &&decls) in AddImportDecl()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DASTVerifier.cpp556 const auto importDecl = ast->AsETSImportDeclaration()->Specifiers(); in operator ()() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1841 auto *importDecl = st->Parent()->AsETSImportDeclaration(); in Check() local