Home
last modified time | relevance | path

Searched defs:LogUnexpectedToken (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp1336 void ParserImpl::LogUnexpectedToken(lexer::TokenType tokenType) in LogUnexpectedToken() function in ark::es2panda::parser::ParserImpl
1341 void ParserImpl::LogUnexpectedToken(lexer::Token const &token) in LogUnexpectedToken() function in ark::es2panda::parser::ParserImpl
/arkcompiler/ets_frontend/ets2panda/lexer/
Dlexer.cpp231 void Lexer::LogUnexpectedToken(lexer::TokenType const tokenType) const in LogUnexpectedToken() function in ark::es2panda::lexer::Lexer