Searched refs:Trigraphs (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1257 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 D | DiagnosticLexKinds.td | 41 // 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 D | LangOptions.def | 69 LANGOPT(Trigraphs , 1, 0, NotCompatible, "trigraphs")
|
| H A D | DiagnosticGroups.td | 946 def Trigraphs : DiagGroup<"trigraphs">; 1262 Trigraphs,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3853 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 D | TypeSystemClang.cpp | 475 Opts.Trigraphs = !Opts.GNUMode; in ParseLangArgs()
|