Home
last modified time | relevance | path

Searched refs:importType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp427 auto *importType = AllocNode<ir::TSImportType>(param, typeParams, qualifier, isTypeof); in ParseImportType() local
429 importType->SetRange({startLoc, Lexer()->GetToken().End()}); in ParseImportType()
431 return importType; in ParseImportType()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp741 auto *importType = AllocNode<ir::TSImportType>(param, typeParams, qualifier, isTypeof); in ParseTsImportType() local
743 importType->SetRange({startLoc, lexer_->GetToken().End()}); in ParseTsImportType()
745 return importType; in ParseTsImportType()

Completed in 17 milliseconds