Home
last modified time | relevance | path

Searched refs:tokenStart (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserImpl.cpp1184 auto const &tokenStart = token.Start(); in ExpectIdentifier() local
1195 LogSyntaxError({"Identifier expected, got '", TokenToString(tokenType), "'."}, tokenStart); in ExpectIdentifier()
1202 ident->SetRange({tokenStart, lexer_->GetToken().End()}); in ExpectIdentifier()

Completed in 3 milliseconds