Searched defs:currentToken (Results 1 – 2 of 2) sorted by relevance
143 auto currentToken = lexer->GetToken(); in GetSyntacticClassifications() local195 auto currentToken = lexer->GetToken(); in GetSemanticClassifications() local
28 void FormattingContext::UpdateContext(es2panda_Context *context, RangeWithKind ¤tToken, Range… in UpdateContext()