Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dclassifier.cpp143 auto currentToken = lexer->GetToken(); in GetSyntacticClassifications() local
195 auto currentToken = lexer->GetToken(); in GetSemanticClassifications() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/formatting/
Dformatting_context.cpp28 void FormattingContext::UpdateContext(es2panda_Context *context, RangeWithKind &currentToken, Range… in UpdateContext()