Searched refs:Trigraphs (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 1261 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 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 | 113 LANGOPT(Trigraphs , 1, 0,"trigraphs")
|
H A D | DiagnosticGroups.td | 785 def Trigraphs : DiagGroup<"trigraphs">; 1097 Trigraphs,
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 3641 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 D | TypeSystemClang.cpp | 474 Opts.Trigraphs = !Opts.GNUMode; in ParseLangArgs()
|