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