Home
last modified time | relevance | path

Searched defs:importDeclarations (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DpackageImplicitImport.cpp76const std::vector<const ir::Statement *> &importDeclarations) in ValidateImportDeclarationsSourcePath()
99 std::vector<const ir::Statement *> importDeclarations {}; in ValidateNoImportComesFromSamePackage() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts1873 const importDeclarations: ts.Statement[] = []; constant