Home | History | Annotate | Download | only in Lex

Lines Matching refs:Chars

718   // chars, this method is extremely fast.
1215 /// then either return the trigraph (skipping 3 chars) or the '?',
1668 unsigned Chars = 1;
1675 IsUDSuffix = (Chars == 1 && Buffer[0] == 's') ||
1677 getLangOpts(), StringRef(Buffer, Chars));
1681 if (Chars == MaxStandardSuffixLength)
1685 Buffer[Chars++] = Next;