Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dorganize_imports.cpp73 void ProcessImportSpecifier(ir::AstNode *spec, bool isTypeOnly, ImportInfo &info) in ProcessImportSpecifier()
141 bool isTypeOnly = declInfo->IsTypeKind(); in CollectImports() local