Home | History | Annotate | Download | only in Lex

Lines Matching refs:Chars

724   // chars, this method is extremely fast.
1221 /// then either return the trigraph (skipping 3 chars) or the '?',
1670 unsigned Chars = 1;
1677 IsUDSuffix = (Chars == 1 && Buffer[0] == 's') ||
1679 getLangOpts(), StringRef(Buffer, Chars));
1683 if (Chars == MaxStandardSuffixLength)
1687 Buffer[Chars++] = Next;