Home
last modified time | relevance | path

Searched refs:Digraphs (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandards.def46 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 …]
H A DLangStandard.h54 Digraphs = (1 << 11), enumerator
120 bool hasDigraphs() const { return Flags & Digraphs; } in hasDigraphs()
H A DLangOptions.def120 LANGOPT(Digraphs , 1, 0, "digraphs")
H A DDiagnosticLexKinds.td28 // Digraphs.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp3670 } 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp380 else if (!LangOpts.GNUMode && LangOpts.Digraphs) in InitializeStandardPredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DUsersManual.rst2685 - Digraphs are not recognized in c89 mode.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2180 LangOpts<"Digraphs">, Default<std#".hasDigraphs()">,