Lines Matching full:trigraphs
706 // trigraphs.
1088 /// prefixed with ??, emit a trigraph warning. If trigraphs are enabled,
1090 /// whether trigraphs are enabled or not.
1095 if (!L->getLangOpts().Trigraphs) {
1216 /// depending on whether trigraphs are enabled or not.
1269 // a trigraph warning. If so, and if trigraphs are enabled, return it.
1324 if (LangOpts.Trigraphs && Ptr[0] == '?' && Ptr[1] == '?') {
1778 // any transformations performed in phases 1 and 2 (trigraphs,
2066 // diagnostics about things like trigraphs. If we see an escaped newline,
2218 // If no trigraphs are enabled, warn that we ignored this trigraph and
2220 if (!L->getLangOpts().Trigraphs) {
2249 /// Note that we don't bother decoding trigraphs or escaped newlines in block
2263 // The first character we get with newlines and trigraphs skipped to handle
2456 assert(CurPtr[-1] == Char && "Trigraphs for newline?");