Searched refs:Digraphs (Results 1 – 7 of 7) sorted by relevance
35 C89 | Digraphs | ImplicitInt)39 BCPLComment | C89 | Digraphs | GNUMode | ImplicitInt)42 BCPLComment | C89 | Digraphs | GNUMode | ImplicitInt)47 BCPLComment | C99 | Digraphs | HexFloat)50 BCPLComment | C99 | Digraphs | HexFloat)53 BCPLComment | C99 | Digraphs | HexFloat)56 BCPLComment | C99 | Digraphs | HexFloat)60 BCPLComment | C99 | Digraphs | GNUMode | HexFloat)63 BCPLComment | C99 | Digraphs | GNUMode | HexFloat)68 BCPLComment | C99 | C11 | Digraphs | HexFloat)[all …]
27 Digraphs = (1 << 6), enumerator75 bool hasDigraphs() const { return Flags & frontend::Digraphs; } in hasDigraphs()
2985 } else if (LangOpts.Digraphs && Char == '>') { in LexTokenInternal()2988 } else if (LangOpts.Digraphs && Char == ':') { in LexTokenInternal()3061 } else if (LangOpts.Digraphs && Char == ':') { // '<:' -> '[' in LexTokenInternal()3081 } else if (LangOpts.Digraphs && Char == '%') { // '<%' -> '{' in LexTokenInternal()3145 if (LangOpts.Digraphs && Char == '>') { in LexTokenInternal()
67 LANGOPT(Digraphs , 1, 0, "digraphs")
30 // Digraphs.
288 else if (!LangOpts.GNUMode && LangOpts.Digraphs) in InitializeStandardPredefinedMacros()
1674 Opts.Digraphs = Std.hasDigraphs(); in setLangDefaults()