Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def46 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 …]
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.
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3704 } 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp380 else if (!LangOpts.GNUMode && LangOpts.Digraphs) in InitializeStandardPredefinedMacros()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp506 Opts.Digraphs = Std.hasDigraphs(); in ParseLangArgs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2208 LangOpts<"Digraphs">, Default<std#".hasDigraphs()">,