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.cpp1257 static char DecodeTrigraphChar(const char *CP, Lexer *L, bool Trigraphs) { in DecodeTrigraphChar() argument
1262 if (!Trigraphs) { in DecodeTrigraphChar()
1463 LangOpts.Trigraphs)) { in getCharAndSizeSlow()
1514 if (LangOpts.Trigraphs && Ptr[0] == '?' && Ptr[1] == '?') { in getCharAndSizeSlowNoWarn()
2649 EscapePtr[-2] == '?' && LangOpts.Trigraphs) in SkipLineComment()
2779 bool Trigraphs) { in isEndOfBlockCommentWithEscapedNewLine() argument
2830 if (!Trigraphs) { in isEndOfBlockCommentWithEscapedNewLine()
3012 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.def69 LANGOPT(Trigraphs , 1, 0, NotCompatible, "trigraphs")
H A DDiagnosticGroups.td946 def Trigraphs : DiagGroup<"trigraphs">;
1262 Trigraphs,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3853 if (!Opts.Trigraphs) in GenerateLangArgs()
3856 if (Opts.Trigraphs) in GenerateLangArgs()
4303 Opts.Trigraphs = in ParseLangArgs()
4306 Opts.Trigraphs = in ParseLangArgs()
4307 Args.hasFlag(OPT_ftrigraphs, OPT_fno_trigraphs, Opts.Trigraphs); in ParseLangArgs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp475 Opts.Trigraphs = !Opts.GNUMode; in ParseLangArgs()