Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsImportTypeBuilder.h47 TSImportTypeBuilder &SetIsTypeof(bool isTypeof) in SetIsTypeof()
/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.cpp385 ir::TSImportType *TSParser::ParseImportType(const lexer::SourcePosition &startLoc, bool isTypeof) in ParseImportType()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp669 …::TSImportType *ParserImpl::ParseTsImportType(const lexer::SourcePosition &startLoc, bool isTypeof) in ParseTsImportType()