Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkImport.ts28 private importType: string = ''; property in ImportInfo
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/depGraph/
DfileComponent.ts48 importType: string; property
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkIRTransformer.ts419 const importType = 'typeAliasDefine'; constant
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp429 …auto *importType = AllocNode<ir::TSImportType>(param, typeParams, qualifier, isTypeof, Allocator()… in ParseImportType() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp725 auto *importType = AllocNode<ir::TSImportType>(param, typeParams, qualifier, isTypeof); in ParseTsImportType() local