Home
last modified time | relevance | path

Searched defs:ImportSpecifier (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dorganize_imports.h29 struct ImportSpecifier { struct
39 std::vector<ImportSpecifier> namedImports; argument
/arkcompiler/ets_frontend/es2panda/ir/module/
DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier() function
/arkcompiler/ets_frontend/ets2panda/ir/module/
DimportSpecifier.h26 explicit ImportSpecifier(Identifier *imported, Identifier *local) in ImportSpecifier() function
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.h41 class ImportSpecifier; variable