Home | History | Annotate | Download | only in Lex

Lines Matching refs:Prefix

473 ///         hexadecimal-prefix hexadecimal-digit
475 /// hexadecimal-prefix: one of
778 /// a floating point number (01239.123e4). Eat the prefix, determining the
1213 /// encoding-prefix " [s-char-sequence] "
1214 /// encoding-prefix R raw-string
1215 /// encoding-prefix:
1424 const char *Prefix = ThisTokBuf;
1430 ThisTokEnd -= ThisTokBuf - Prefix;