Searched refs:ParseImportType (Results 1 – 2 of 2) sorted by relevance
65 ir::TSImportType *ParseImportType(const lexer::SourcePosition &startLoc, bool isTypeof = false);
386 ir::TSImportType *TSParser::ParseImportType(const lexer::SourcePosition &startLoc, bool isTypeof) in ParseImportType() function in ark::es2panda::parser::TSParser679 return ParseImportType(startLoc, true); in ParseTypeReferenceOrQuery()1276 return parser->ParseImportType(lexer->GetToken().Start()); in ParseKeywordTokens()