Searched refs:Digraphs (Results 1 – 9 of 9) sorted by relevance
35 C89 | Digraphs | ImplicitInt)39 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)42 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)47 LineComment | C99 | Digraphs | HexFloat)50 LineComment | C99 | Digraphs | HexFloat)53 LineComment | C99 | Digraphs | HexFloat)56 LineComment | C99 | Digraphs | HexFloat)60 LineComment | C99 | Digraphs | GNUMode | HexFloat)63 LineComment | C99 | Digraphs | GNUMode | HexFloat)68 LineComment | C99 | C11 | Digraphs | HexFloat)[all …]
28 Digraphs = (1 << 7), enumerator79 bool hasDigraphs() const { return Flags & frontend::Digraphs; } in hasDigraphs()
3183 } else if (LangOpts.Digraphs && Char == '>') { in LexTokenInternal()3186 } else if (LangOpts.Digraphs && Char == ':') { in LexTokenInternal()3241 } else if (LangOpts.Digraphs && Char == ':') { // '<:' -> '[' in LexTokenInternal()3261 } else if (LangOpts.Digraphs && Char == '%') { // '<%' -> '{' in LexTokenInternal()3325 if (LangOpts.Digraphs && Char == '>') { in LexTokenInternal()
70 LANGOPT(Digraphs , 1, 0, "digraphs")
30 // Digraphs.
302 else if (!LangOpts.GNUMode && LangOpts.Digraphs) in InitializeStandardPredefinedMacros()
1021 Opts.Digraphs = Std.hasDigraphs(); in setLangDefaults()
1120 - Digraphs are not recognized in c89 mode.
4768 # Digraphs