Home
last modified time | relevance | path

Searched refs:Trigraphs (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1261 static char DecodeTrigraphChar(const char *CP, Lexer *L, bool Trigraphs) { in DecodeTrigraphChar() argument
1266 if (!Trigraphs) { in DecodeTrigraphChar()
1444 LangOpts.Trigraphs)) { in getCharAndSizeSlow()
1495 if (LangOpts.Trigraphs && Ptr[0] == '?' && Ptr[1] == '?') { in getCharAndSizeSlowNoWarn()
2628 EscapePtr[-2] == '?' && LangOpts.Trigraphs) in SkipLineComment()
2758 bool Trigraphs) { in isEndOfBlockCommentWithEscapedNewLine() argument
2809 if (!Trigraphs) { in isEndOfBlockCommentWithEscapedNewLine()
2991 LangOpts.Trigraphs)) { in SkipBlockComment()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td41 // Trigraphs.
42 def trigraph_ignored : Warning<"trigraph ignored">, InGroup<Trigraphs>;
44 "ignored trigraph would end block comment">, InGroup<Trigraphs>;
46 InGroup<Trigraphs>;
48 InGroup<Trigraphs>;
H A DLangOptions.def113 LANGOPT(Trigraphs , 1, 0,"trigraphs")
H A DDiagnosticGroups.td785 def Trigraphs : DiagGroup<"trigraphs">;
1097 Trigraphs,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3641 if (!Opts.Trigraphs) in GenerateLangArgs()
3644 if (Opts.Trigraphs) in GenerateLangArgs()
4043 Opts.Trigraphs = in ParseLangArgs()
4046 Opts.Trigraphs = in ParseLangArgs()
4047 Args.hasFlag(OPT_ftrigraphs, OPT_fno_trigraphs, Opts.Trigraphs); in ParseLangArgs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp474 Opts.Trigraphs = !Opts.GNUMode; in ParseLangArgs()