Searched refs:Digraphs (Results 1 – 8 of 8) sorted by relevance
46 Digraphs | ImplicitInt)50 LineComment | Digraphs | GNUMode | ImplicitInt)56 LineComment | C99 | Digraphs | HexFloat)69 LineComment | C99 | C11 | Digraphs | HexFloat)102 LineComment | CPlusPlus | Digraphs)107 LineComment | CPlusPlus | Digraphs | GNUMode)134 Digraphs | HexFloat)140 Digraphs | HexFloat | GNUMode)146 CPlusPlus20 | Digraphs | HexFloat)152 CPlusPlus20 | Digraphs | HexFloat | GNUMode)[all …]
54 Digraphs = (1 << 11), enumerator120 bool hasDigraphs() const { return Flags & Digraphs; } in hasDigraphs()
120 LANGOPT(Digraphs , 1, 0, "digraphs")
28 // Digraphs.
3704 } else if (LangOpts.Digraphs && Char == '>') { in LexTokenInternal()3707 } else if (LangOpts.Digraphs && Char == ':') { in LexTokenInternal()3780 } else if (LangOpts.Digraphs && Char == ':') { // '<:' -> '[' in LexTokenInternal()3800 } else if (LangOpts.Digraphs && Char == '%') { // '<%' -> '{' in LexTokenInternal()3869 if (LangOpts.Digraphs && Char == '>') { in LexTokenInternal()
380 else if (!LangOpts.GNUMode && LangOpts.Digraphs) in InitializeStandardPredefinedMacros()
506 Opts.Digraphs = Std.hasDigraphs(); in ParseLangArgs()
2208 LangOpts<"Digraphs">, Default<std#".hasDigraphs()">,