Home
last modified time | relevance | path

Searched refs:ParseImportType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.h65 ir::TSImportType *ParseImportType(const lexer::SourcePosition &startLoc, bool isTypeof = false);
DTSparser.cpp386 ir::TSImportType *TSParser::ParseImportType(const lexer::SourcePosition &startLoc, bool isTypeof) in ParseImportType() function in ark::es2panda::parser::TSParser
679 return ParseImportType(startLoc, true); in ParseTypeReferenceOrQuery()
1276 return parser->ParseImportType(lexer->GetToken().Start()); in ParseKeywordTokens()