Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsImportType.h27 bool isTypeof) in TSImportType()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsImportType.h37 bool isTypeof) in TSImportType()
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp386 ir::TSImportType *TSParser::ParseImportType(const lexer::SourcePosition &startLoc, bool isTypeof) in ParseImportType()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp685 …::TSImportType *ParserImpl::ParseTsImportType(const lexer::SourcePosition &startLoc, bool isTypeof) in ParseTsImportType()