Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DLangStandards.def35 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 …]
DLangStandard.h27 Digraphs = (1 << 6), enumerator
75 bool hasDigraphs() const { return Flags & frontend::Digraphs; } in hasDigraphs()
/external/clang/lib/Lex/
DLexer.cpp2985 } 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()
/external/clang/include/clang/Basic/
DLangOptions.def67 LANGOPT(Digraphs , 1, 0, "digraphs")
DDiagnosticLexKinds.td30 // Digraphs.
/external/clang/lib/Frontend/
DInitPreprocessor.cpp288 else if (!LangOpts.GNUMode && LangOpts.Digraphs) in InitializeStandardPredefinedMacros()
DCompilerInvocation.cpp1674 Opts.Digraphs = Std.hasDigraphs(); in setLangDefaults()