Searched refs:TokRef (Results 1 – 1 of 1) sorted by relevance
380 for (ArrayRef<HighlightingToken> TokRef = Tokens; !TokRef.empty();) { in collect() local382 TokRef.take_while([&](const HighlightingToken &T) { in collect()385 return T.R == TokRef.front().R; in collect()400 TokRef = TokRef.drop_front(Conflicting.size()); in collect()