Home
last modified time | relevance | path

Searched defs:nextToken (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/src/formatting/
Dformatting_context.cpp28 …xt::UpdateContext(es2panda_Context *context, RangeWithKind &currentToken, RangeWithKind &nextToken) in UpdateContext()
/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp742 const auto nextToken = sourceFile->source.at(after->End().index); in InsertNodeInListAfter() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1491 char32_t nextToken = lexer_->Lookahead(); in ParseTsTypeLiteralOrInterfaceMember() local