Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dclassifier.cpp153 size_t tokenStart = currentToken.Start().index; in GetSyntacticClassifications() local
205 size_t tokenStart = currentToken.Start().index; in GetSemanticClassifications() local
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp1263 auto const &tokenStart = token.Start(); in ExpectIdentifier() local