Searched refs:Digraphs (Results 1 – 8 of 8) sorted by relevance
46 Digraphs | ImplicitInt)50 LineComment | Digraphs | GNUMode | ImplicitInt)56 LineComment | C99 | Digraphs | HexFloat)63 LineComment | C99 | Digraphs | GNUMode | HexFloat)69 LineComment | C99 | C11 | Digraphs | HexFloat)76 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)82 LineComment | C99 | C11 | C17 | Digraphs | HexFloat)88 LineComment | C99 | C11 | C17 | Digraphs | GNUMode | HexFloat)94 LineComment | C99 | C11 | C17 | C2x | Digraphs | HexFloat)97 LineComment | C99 | C11 | C17 | C2x | Digraphs | GNUMode | HexFloat)[all …]
54 Digraphs = (1 << 11), enumerator120 bool hasDigraphs() const { return Flags & Digraphs; } in hasDigraphs()
120 LANGOPT(Digraphs , 1, 0, "digraphs")
28 // Digraphs.
3670 } else if (LangOpts.Digraphs && Char == '>') { in LexTokenInternal()3673 } else if (LangOpts.Digraphs && Char == ':') { in LexTokenInternal()3746 } else if (LangOpts.Digraphs && Char == ':') { // '<:' -> '[' in LexTokenInternal()3766 } else if (LangOpts.Digraphs && Char == '%') { // '<%' -> '{' in LexTokenInternal()3835 if (LangOpts.Digraphs && Char == '>') { in LexTokenInternal()
380 else if (!LangOpts.GNUMode && LangOpts.Digraphs) in InitializeStandardPredefinedMacros()
2685 - Digraphs are not recognized in c89 mode.
2180 LangOpts<"Digraphs">, Default<std#".hasDigraphs()">,