Home
last modified time | relevance | path

Searched refs:ParseImportDeclarations (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp124 auto imports = ParseImportDeclarations(); in ParseETSGlobalScript()
160 auto statements = ParseImportDeclarations(); in ParseDefaultSources()
995 ArenaVector<ir::ETSImportDeclaration *> ETSParser::ParseImportDeclarations() in ParseImportDeclarations() function in ark::es2panda::parser::ETSParser
DETSparser.h256 ArenaVector<ir::ETSImportDeclaration *> ParseImportDeclarations();
/arkcompiler/runtime_core/static_core/docs/
Dimport-export.md268 The *ParseImportDeclarations* method itself will set the importKind member if it will met a type ke…