Home | History | Annotate | Download | only in Lex

Lines Matching full:escaped

255   /// after trigraph expansion and escaped-newline folding.  In particular, this
279 /// includes a trigraph or an escaped newline) then this count includes bytes
301 /// character within the token. This handles trigraphs and escaped newlines.
430 // If this is not a trigraph and not a UCN or escaped newline, return
507 // If this is not a trigraph and not a UCN or escaped newline, return
538 // If this is not a trigraph and not a UCN or escaped newline, return
554 /// getEscapedNewLineSize - Return the size of the specified escaped newline,
555 /// or 0 if it is not an escaped newline. P[-1] is known to be a "\" on entry
559 /// SkipEscapedNewLines - If P points to an escaped newline (or a series of
560 /// them), skip over them and return the first non-escaped-newline found,
627 /// trigraphs and escaped newlines).